Skip to content

Commit f01d74c

Browse files
montjoiegroeck
authored andcommitted
watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h include
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>
1 parent 724284a commit f01d74c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/watchdog/mpc8xxx_wdt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <linux/init.h>
2424
#include <linux/kernel.h>
2525
#include <linux/timer.h>
26-
#include <linux/miscdevice.h>
2726
#include <linux/of_address.h>
2827
#include <linux/of_platform.h>
2928
#include <linux/module.h>

0 commit comments

Comments
 (0)