diff options
Diffstat (limited to 'drivers/rtc/s35392a.c')
-rw-r--r-- | drivers/rtc/s35392a.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/rtc/s35392a.c b/drivers/rtc/s35392a.c index 9adcefc98de..844f1b72c7a 100644 --- a/drivers/rtc/s35392a.c +++ b/drivers/rtc/s35392a.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * SII Semiconductor Corporation S35392A RTC driver. * @@ -14,8 +15,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - * - * SPDX-License-Identifier: GPL-2.0 */ #include <command.h> |