projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5805977
)
microblaze: Remove POWERPC reference from Microblaze gpio.h
author
Michal Simek
<monstr@monstr.eu>
Mon, 11 May 2009 13:37:26 +0000
(15:37 +0200)
committer
Michal 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/include/asm/gpio.h
b/arch/microblaze/include/asm/gpio.h
index ea04632399d8d25f8cf5e4f4720c28bd7dbbaef9..2345ac354d9be3b865e0477c206b46630bca50a1 100644
(file)
--- a/
arch/microblaze/include/asm/gpio.h
+++ b/
arch/microblaze/include/asm/gpio.h
@@
-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 */