emac: Fix clock control for 405EX and 405EXr chips
[safe/jmp/linux-2.6] / drivers / watchdog / iop_wdt.c
index e0d0a90..96eb2cb 100644 (file)
@@ -32,7 +32,7 @@
 #include <linux/miscdevice.h>
 #include <linux/watchdog.h>
 #include <linux/uaccess.h>
-#include <asm/hardware.h>
+#include <mach/hardware.h>
 
 static int nowayout = WATCHDOG_NOWAYOUT;
 static unsigned long wdt_status;
@@ -241,7 +241,7 @@ static int __init iop_wdt_init(void)
           with an open */
        ret = misc_register(&iop_wdt_miscdev);
        if (ret == 0)
-               printk("iop watchdog timer: timeout %lu sec\n",
+               printk(KERN_INFO "iop watchdog timer: timeout %lu sec\n",
                       iop_watchdog_timeout());
 
        return ret;