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>

authored by Corentin Labbe and committed by Guenter Roeck 724284a3 054ae194

-1
-1
drivers/watchdog/octeon-wdt-main.c
··· 56 56 57 57 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 58 58 59 - #include <linux/miscdevice.h> 60 59 #include <linux/interrupt.h> 61 60 #include <linux/watchdog.h> 62 61 #include <linux/cpumask.h>