diff options
| author | Ingo Molnar <mingo@kernel.org> | 2019-06-03 12:56:35 +0300 | 
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2019-06-03 12:56:35 +0300 | 
| commit | f7b6a8b30cedaa64ba18d80f1fb3404274281639 (patch) | |
| tree | 13937ba94eed328bb19b1ccf343cca35446b878b /drivers/clocksource/timer-cs5535.c | |
| parent | b33fb3cf6f5e039dea4a85a708a2c86f8a323575 (diff) | |
| parent | f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a (diff) | |
| download | linux-f7b6a8b30cedaa64ba18d80f1fb3404274281639.tar.xz | |
Merge tag 'v5.2-rc3' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/clocksource/timer-cs5535.c')
| -rw-r--r-- | drivers/clocksource/timer-cs5535.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/clocksource/timer-cs5535.c b/drivers/clocksource/timer-cs5535.c index 1de8cac99a0e..8f6bc536bef2 100644 --- a/drivers/clocksource/timer-cs5535.c +++ b/drivers/clocksource/timer-cs5535.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * Clock event driver for the CS5535/CS5536   * @@ -5,10 +6,6 @@   * Copyright (C) 2007  Andres Salomon <dilinger@debian.org>   * Copyright (C) 2009  Andres Salomon <dilinger@collabora.co.uk>   * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public License - * as published by the Free Software Foundation. - *   * The MFGPTs are documented in AMD Geode CS5536 Companion Device Data Book.   */  | 
