diff options
Diffstat (limited to 'drivers/clocksource/timer-owl.c')
| -rw-r--r-- | drivers/clocksource/timer-owl.c | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/clocksource/timer-owl.c b/drivers/clocksource/timer-owl.c index ea00a5e8f95d..900fe736145d 100644 --- a/drivers/clocksource/timer-owl.c +++ b/drivers/clocksource/timer-owl.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later  /*   * Actions Semi Owl timer   * @@ -6,11 +7,6 @@   *   * Copyright (c) 2017 SUSE Linux GmbH   * Author: Andreas Färber - * - * This program is free software; you can redistribute  it and/or modify it - * under  the terms of  the GNU General  Public License as published by the - * Free Software Foundation;  either version 2 of the  License, or (at your - * option) any later version.   */  #include <linux/clk.h>  | 
