mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
microblaze: Remove POWERPC reference from Microblaze gpio.h
Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
5805977e63
commit
873a2e89c5
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user