diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2016-12-15 18:49:29 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-12-16 06:53:55 -0800 |
commit | 724284a323c4cdea6c1bb1448247ffc858f2bd1d (patch) | |
tree | 0697cf435a6492698720568ffbd6b63c008036bc | |
parent | 054ae19422859c394d5f26a8756ed57d332f6284 (diff) | |
download | linux-stable-724284a323c4cdea6c1bb1448247ffc858f2bd1d.tar.gz linux-stable-724284a323c4cdea6c1bb1448247ffc858f2bd1d.tar.bz2 linux-stable-724284a323c4cdea6c1bb1448247ffc858f2bd1d.zip |
watchdog: octeon: Remove unneeded linux/miscdevice.h include
watchdog/octeon-wdt-main.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>
-rw-r--r-- | drivers/watchdog/octeon-wdt-main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/octeon-wdt-main.c b/drivers/watchdog/octeon-wdt-main.c index b55981f88a08..8b4fa4df3fc1 100644 --- a/drivers/watchdog/octeon-wdt-main.c +++ b/drivers/watchdog/octeon-wdt-main.c @@ -56,7 +56,6 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -#include <linux/miscdevice.h> #include <linux/interrupt.h> #include <linux/watchdog.h> #include <linux/cpumask.h> |