watchdog: Get rid of MODULE_ALIAS_MISCDEV statements
[deliverable/linux.git] / drivers / watchdog / mpc8xxx_wdt.c
index da2752063bb7b3b7a95b77ef45d5f66ea1612d63..d82152077fd9fb1c512145c92a8700cb0ccaf385 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/kernel.h>
 #include <linux/timer.h>
 #include <linux/miscdevice.h>
+#include <linux/of_address.h>
 #include <linux/of_platform.h>
 #include <linux/module.h>
 #include <linux/watchdog.h>
@@ -329,4 +330,3 @@ MODULE_AUTHOR("Dave Updegraff, Kumar Gala");
 MODULE_DESCRIPTION("Driver for watchdog timer in MPC8xx/MPC83xx/MPC86xx "
                   "uProcessors");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
This page took 0.026781 seconds and 5 git commands to generate.