Skip to content

Commit 724284a

Browse files
montjoiegroeck
authored andcommitted
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>
1 parent 054ae19 commit 724284a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/watchdog/octeon-wdt-main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656

5757
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
5858

59-
#include <linux/miscdevice.h>
6059
#include <linux/interrupt.h>
6160
#include <linux/watchdog.h>
6261
#include <linux/cpumask.h>

0 commit comments

Comments
 (0)