summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/files/include/asm-x86/mach-generic/gpio.h
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-24 12:30:01 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-24 12:30:01 +0000
commit6cd181f2e0eef12dfbfc2e0ecb294e2f0ad7a738 (patch)
tree81d26725763dd45d58d0eaf5aa41a514d0edcf6c /target/linux/rdc/files/include/asm-x86/mach-generic/gpio.h
parentfbe565e125528a2c5fe048dba633356df00c661c (diff)
[rdc] move files to files-2.6.24, not required with newer kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15380 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/files/include/asm-x86/mach-generic/gpio.h')
-rw-r--r--target/linux/rdc/files/include/asm-x86/mach-generic/gpio.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/rdc/files/include/asm-x86/mach-generic/gpio.h b/target/linux/rdc/files/include/asm-x86/mach-generic/gpio.h
deleted file mode 100644
index 5305dcb96..000000000
--- a/target/linux/rdc/files/include/asm-x86/mach-generic/gpio.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __ASM_MACH_GENERIC_GPIO_H
-#define __ASM_MACH_GENERIC_GPIO_H
-
-int gpio_request(unsigned gpio, const char *label);
-void gpio_free(unsigned gpio);
-int gpio_direction_input(unsigned gpio);
-int gpio_direction_output(unsigned gpio, int value);
-int gpio_get_value(unsigned gpio);
-void gpio_set_value(unsigned gpio, int value);
-int gpio_to_irq(unsigned gpio);
-int irq_to_gpio(unsigned irq);
-
-#include <asm-generic/gpio.h> /* cansleep wrappers */
-
-#endif /* __ASM_MACH_GENERIC_GPIO_H */