]> err.no Git - linux-2.6/blobdiff - drivers/watchdog/omap_wdt.c
Merge branch 'for-linus' of git://neil.brown.name/md
[linux-2.6] / drivers / watchdog / omap_wdt.c
index 7beb21ce1de9d2beedd01fdf20eea2f0f5812636..3a11dadfd8e7dba34103f9d9b8685648e14a6f31 100644 (file)
@@ -42,9 +42,8 @@
 #include <linux/bitops.h>
 #include <linux/io.h>
 #include <linux/uaccess.h>
-#include <linux/hardware.h>
-
-#include <asm/arch/prcm.h>
+#include <mach/hardware.h>
+#include <mach/prcm.h>
 
 #include "omap_wdt.h"
 
@@ -245,7 +244,7 @@ static const struct file_operations omap_wdt_fops = {
 static struct miscdevice omap_wdt_miscdev = {
        .minor = WATCHDOG_MINOR,
        .name = "watchdog",
-       .fops = &omap_wdt_fops
+       .fops = &omap_wdt_fops,
 };
 
 static int __init omap_wdt_probe(struct platform_device *pdev)