diff options
Diffstat (limited to 'drivers/rtc/rtc-twl.c')
| -rw-r--r-- | drivers/rtc/rtc-twl.c | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/rtc/rtc-twl.c b/drivers/rtc/rtc-twl.c index 3472e79f2b17..c24d1e18f56c 100644 --- a/drivers/rtc/rtc-twl.c +++ b/drivers/rtc/rtc-twl.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later  /*   * rtc-twl.c -- TWL Real Time Clock interface   * @@ -11,11 +12,6 @@   *   Copyright (C) 2003 MontaVista Software, Inc.   *   Author: George G. Davis <[email protected]> or <[email protected]>   *   Copyright (C) 2006 David Brownell - * - * 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.   */  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt  |