microblaze: Remove POWERPC reference from Microblaze gpio.h
authorMichal Simek <monstr@monstr.eu>
Mon, 11 May 2009 13:37:26 +0000 (15:37 +0200)
committerMichal Simek <monstr@monstr.eu>
Thu, 21 May 2009 13:56:04 +0000 (15:56 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/gpio.h

index ea04632..2345ac3 100644 (file)
@@ -11,8 +11,8 @@
  * (at your option) any later version.
  */
 
-#ifndef __ASM_POWERPC_GPIO_H
-#define __ASM_POWERPC_GPIO_H
+#ifndef _ASM_MICROBLAZE_GPIO_H
+#define _ASM_MICROBLAZE_GPIO_H
 
 #include <linux/errno.h>
 #include <asm-generic/gpio.h>
@@ -53,4 +53,4 @@ static inline int irq_to_gpio(unsigned int irq)
 
 #endif /* CONFIG_GPIOLIB */
 
-#endif /* __ASM_POWERPC_GPIO_H */
+#endif /* _ASM_MICROBLAZE_GPIO_H */