|
@@ -1,13 +1,10 @@
|
|
|
|
|
+// SPDX-License-Identifier: GPL-2.0
|
|
|
/*
|
|
/*
|
|
|
* Watchdog driver for the RTC based watchdog in STMP3xxx and i.MX23/28
|
|
* Watchdog driver for the RTC based watchdog in STMP3xxx and i.MX23/28
|
|
|
*
|
|
*
|
|
|
* Author: Wolfram Sang <kernel@pengutronix.de>
|
|
* Author: Wolfram Sang <kernel@pengutronix.de>
|
|
|
*
|
|
*
|
|
|
* Copyright (C) 2011-12 Wolfram Sang, Pengutronix
|
|
* Copyright (C) 2011-12 Wolfram Sang, Pengutronix
|
|
|
- *
|
|
|
|
|
- * This program is free software; you can redistribute it and/or modify it
|
|
|
|
|
- * under the terms of the GNU General Public License version 2 as published by
|
|
|
|
|
- * the Free Software Foundation.
|
|
|
|
|
*/
|
|
*/
|
|
|
#include <linux/kernel.h>
|
|
#include <linux/kernel.h>
|
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|