]> err.no Git - linux-2.6/blobdiff - drivers/watchdog/bfin_wdt.c
[WATCHDOG] Coding style - Indentation - part 1
[linux-2.6] / drivers / watchdog / bfin_wdt.c
index 2b92818cc66452806782daa89e05eab228aace17..8f6e871b3fe3b12c90608b00e3a8b024b762aea3 100644 (file)
@@ -24,8 +24,8 @@
 #include <linux/reboot.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>
-#include <asm/blackfin.h>
 #include <linux/uaccess.h>
+#include <asm/blackfin.h>
 
 #define stamp(fmt, args...) pr_debug("%s:%i: " fmt "\n", __func__, __LINE__, ## args)
 #define stampit() stamp("here i am")