summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/powerpc/sysdev/simple_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/powerpc/sysdev/simple_gpio.h')
-rw-r--r--ANDROID_3.4.5/arch/powerpc/sysdev/simple_gpio.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/arch/powerpc/sysdev/simple_gpio.h b/ANDROID_3.4.5/arch/powerpc/sysdev/simple_gpio.h
deleted file mode 100644
index 3a7b0c51..00000000
--- a/ANDROID_3.4.5/arch/powerpc/sysdev/simple_gpio.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __SYSDEV_SIMPLE_GPIO_H
-#define __SYSDEV_SIMPLE_GPIO_H
-
-#include <linux/errno.h>
-
-#ifdef CONFIG_SIMPLE_GPIO
-extern void simple_gpiochip_init(const char *compatible);
-#else
-static inline void simple_gpiochip_init(const char *compatible) {}
-#endif /* CONFIG_SIMPLE_GPIO */
-
-#endif /* __SYSDEV_SIMPLE_GPIO_H */