Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffde39ea authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: mmp: delete the custom GPIO header



The MMP sub-architecture appears to have a custom <mach/gpio.h>
for no reason whatsoever. The file became completely empty
after Haojian removed the remaining content in
commit 157d2644
"ARM: pxa: change gpio to platform device".

Cc: Eric Miao <eric.y.miao@gmail.com>
Acked-by: default avatarHaojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 272b98c6
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -559,7 +559,6 @@ config ARCH_MMP
	select GPIO_PXA
	select GPIO_PXA
	select IRQ_DOMAIN
	select IRQ_DOMAIN
	select MULTI_IRQ_HANDLER
	select MULTI_IRQ_HANDLER
	select NEED_MACH_GPIO_H
	select PINCTRL
	select PINCTRL
	select PLAT_PXA
	select PLAT_PXA
	select SPARSE_IRQ
	select SPARSE_IRQ
+0 −8
Original line number Original line Diff line number Diff line
#ifndef __ASM_MACH_GPIO_H
#define __ASM_MACH_GPIO_H

#include <asm-generic/gpio.h>

#include <mach/cputype.h>

#endif /* __ASM_MACH_GPIO_H */