Create platform_device.h to contain all the platform device details.
[deliverable/linux.git] / drivers / char / watchdog / mv64x60_wdt.c
index 6d3ff0836c440b90b61697e2bc2c4559f45b085b..04e0d7e9680db15927bd47edbf3c3e8c11829c7e 100644 (file)
@@ -22,6 +22,8 @@
 #include <linux/miscdevice.h>
 #include <linux/module.h>
 #include <linux/watchdog.h>
+#include <linux/platform_device.h>
+
 #include <asm/mv64x60.h>
 #include <asm/uaccess.h>
 #include <asm/io.h>
This page took 0.034281 seconds and 5 git commands to generate.