ARM: 5731/2: Fix U300 generic GPIO, remove ifdefs from MMCI v3
[deliverable/linux.git] / arch / arm / mach-u300 / include / mach / gpio.h
index c8174128d7ebc167ec0e700894348b5f33ab9029..7b1fc984abb64c85dd3124eba6b6b108000835b9 100644 (file)
 #define PIN_TO_PORT(val) (val >> 3)
 
 /* These can be found in arch/arm/mach-u300/gpio.c */
+extern int gpio_is_valid(int number);
 extern int gpio_request(unsigned gpio, const char *label);
 extern void gpio_free(unsigned gpio);
 extern int gpio_direction_input(unsigned gpio);
This page took 0.028804 seconds and 5 git commands to generate.