Переглянути джерело

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>
Corentin Labbe 8 роки тому
батько
коміт
724284a323
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      drivers/watchdog/octeon-wdt-main.c

+ 0 - 1
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>