diff options
author | John Crispin <john@openwrt.org> | 2008-06-08 08:07:14 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-06-08 08:07:14 +0000 |
commit | b3331b3d034e64d6ad70b61c3f3819cb5029033d (patch) | |
tree | a32d3767edc757899184c4becf4f3d975a05e2ea /target/linux/ifxmips/files/include/asm-mips | |
parent | 2fdfd541da1e7f4c038c650ee15f14e7dd9de380 (diff) | |
download | upstream-b3331b3d034e64d6ad70b61c3f3819cb5029033d.tar.gz upstream-b3331b3d034e64d6ad70b61c3f3819cb5029033d.tar.bz2 upstream-b3331b3d034e64d6ad70b61c3f3819cb5029033d.zip |
adds gpiodev support to ifxmips
SVN-Revision: 11405
Diffstat (limited to 'target/linux/ifxmips/files/include/asm-mips')
-rw-r--r-- | target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h b/target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h index 3083b8811a..18fd49e270 100644 --- a/target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h +++ b/target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h @@ -24,6 +24,7 @@ #define _IFXMIPS_GPIO_H_ #include <asm/ifxmips/ifxmips.h> +#include <asm/ifxmips/ifxmips_gpio.h> static inline int gpio_direction_input(unsigned gpio) { ifxmips_port_set_dir_in(0, gpio); |