Title: [7690] trunk/arch/blackfin/mach-bf548/include/mach: blackfin: fix typo in ifdef protection for bf547 parts
Revision
7690
Author
vapier
Date
2009-10-20 14:07:05 -0400 (Tue, 20 Oct 2009)

Log Message

blackfin: fix typo in ifdef protection for bf547 parts

Modified Paths


Diff

Modified: trunk/arch/blackfin/mach-bf548/include/mach/cdefBF547.h (7689 => 7690)


--- trunk/arch/blackfin/mach-bf548/include/mach/cdefBF547.h	2009-10-20 17:30:58 UTC (rev 7689)
+++ trunk/arch/blackfin/mach-bf548/include/mach/cdefBF547.h	2009-10-20 18:07:05 UTC (rev 7690)
@@ -4,8 +4,8 @@
  * Licensed under the GPL-2 or later.
  */
 
-#ifndef _CDEF_BF548_H
-#define _CDEF_BF548_H
+#ifndef _CDEF_BF547_H
+#define _CDEF_BF547_H
 
 /* include all Core registers and bit definitions */
 #include "defBF548.h"

Modified: trunk/arch/blackfin/mach-bf548/include/mach/defBF547.h (7689 => 7690)


--- trunk/arch/blackfin/mach-bf548/include/mach/defBF547.h	2009-10-20 17:30:58 UTC (rev 7689)
+++ trunk/arch/blackfin/mach-bf548/include/mach/defBF547.h	2009-10-20 18:07:05 UTC (rev 7690)
@@ -4,8 +4,8 @@
  * Licensed under the ADI BSD license or the GPL-2 (or later)
  */
 
-#ifndef _DEF_BF548_H
-#define _DEF_BF548_H
+#ifndef _DEF_BF547_H
+#define _DEF_BF547_H
 
 /* Include all Core registers and bit definitions */
 #include <asm/def_LPBlackfin.h>
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to