Title: [8226] trunk/arch/blackfin/include/asm/bfin_watchdog.h: Revise bfin_watchdog.h as Mike pointed out
Revision
8226
Author
gyang
Date
2010-01-24 23:30:10 -0500 (Sun, 24 Jan 2010)

Log Message

Revise bfin_watchdog.h as Mike pointed out

Modified Paths


Diff

Modified: trunk/arch/blackfin/include/asm/bfin_watchdog.h (8225 => 8226)


--- trunk/arch/blackfin/include/asm/bfin_watchdog.h	2010-01-25 03:47:43 UTC (rev 8225)
+++ trunk/arch/blackfin/include/asm/bfin_watchdog.h	2010-01-25 04:30:10 UTC (rev 8226)
@@ -1,11 +1,14 @@
 /*
- * bfin_wdt.h - Blackfin watchdog definitions
+ * bfin_watchdog.h - Blackfin watchdog definitions
  *
- * Copyright 2010-2010 Analog Devices Inc.
+ * Copyright 2006-2010 Analog Devices Inc.
  *
  * Licensed under the GPL-2 or later.
  */
 
+#ifndef _BFIN_WATCHDOG_H
+#define _BFIN_WATCHDOG_H
+
 /* Bit in SWRST that indicates boot caused by watchdog */
 #define SWRST_RESET_WDOG 0x4000
 
@@ -23,3 +26,5 @@
 #define WDEN_MASK    0x0FF0
 #define WDEN_ENABLE  0x0000
 #define WDEN_DISABLE 0x0AD0
+
+#endif
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to