Commit 7e0d4363 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[WATCHDOG] Remove unneeded includes & EXPORT_NO_SYMBOLS from cpu5wdt

parent b5039555
...@@ -19,12 +19,10 @@ ...@@ -19,12 +19,10 @@
* *
*/ */
#include <linux/config.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/miscdevice.h> #include <linux/miscdevice.h>
#include <linux/kernel.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/ioport.h> #include <linux/ioport.h>
...@@ -312,5 +310,3 @@ MODULE_PARM_DESC(verbose, "be verbose, default is 0 (no)"); ...@@ -312,5 +310,3 @@ MODULE_PARM_DESC(verbose, "be verbose, default is 0 (no)");
MODULE_PARM(ticks, "i"); MODULE_PARM(ticks, "i");
MODULE_PARM_DESC(ticks, "count down ticks, default is 10000"); MODULE_PARM_DESC(ticks, "count down ticks, default is 10000");
EXPORT_NO_SYMBOLS;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment