Skip to content

Commit

Permalink
microblaze: Remove POWERPC reference from Microblaze gpio.h
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed May 21, 2009
1 parent 5805977 commit 873a2e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/microblaze/include/asm/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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 */

0 comments on commit 873a2e8

Please sign in to comment.