Update of /cvsroot/gc-linux/linux/include/asm-generic
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31851/include/asm-generic
Modified Files:
gpio.h
Log Message:
Rewind to v2.6.30.
Index: gpio.h
===================================================================
RCS file: /cvsroot/gc-linux/linux/include/asm-generic/gpio.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** gpio.h 25 Oct 2009 18:50:28 -0000 1.5
--- gpio.h 25 Oct 2009 18:53:46 -0000 1.6
***************
*** 119,123 ****
extern int gpio_direction_input(unsigned gpio);
extern int gpio_direction_output(unsigned gpio, int value);
- extern int gpio_direction_is_output(unsigned gpio);
extern int gpio_get_value_cansleep(unsigned gpio);
--- 119,122 ----
|