projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724284a
)
watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h include
author
Corentin Labbe
<clabbe.montjoie@gmail.com>
Thu, 15 Dec 2016 18:03:44 +0000
(19:03 +0100)
committer
Guenter Roeck
<linux@roeck-us.net>
Fri, 16 Dec 2016 14:53:55 +0000
(06:53 -0800)
watchdog/mpc8xxx_wdt.c does not use any miscdevice so this patch remove
this unnecessary inclusion.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/watchdog/mpc8xxx_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/mpc8xxx_wdt.c
b/drivers/watchdog/mpc8xxx_wdt.c
index 5f2273aac37d5df1115e516bf5b6544967b89353..366e5c7e650bfd4b3da3fddcebd9bc9ab86a23ac 100644
(file)
--- a/
drivers/watchdog/mpc8xxx_wdt.c
+++ b/
drivers/watchdog/mpc8xxx_wdt.c
@@
-23,7
+23,6
@@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/timer.h>
-#include <linux/miscdevice.h>
#include <linux/of_address.h>
#include <linux/of_platform.h>
#include <linux/module.h>