MIPS: Remove all the uses of custom gpio.h
[linux-drm-fsl-dcu.git] / arch / mips / include / asm / mach-ar7 / ar7.h
index a47ea0c852483aba4ccfb8d833fb29d277b14147..468cbd61b9067129857b75f1dde57406d9ad45c1 100644 (file)
@@ -203,4 +203,8 @@ static inline void ar7_device_off(u32 bit)
 int __init ar7_gpio_init(void);
 void __init ar7_init_clocks(void);
 
+/* Board specific GPIO functions */
+int ar7_gpio_enable(unsigned gpio);
+int ar7_gpio_disable(unsigned gpio);
+
 #endif /* __AR7_H__ */