summaryrefslogtreecommitdiff
path: root/include/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpio.h')
-rw-r--r--include/gpio.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/gpio.h b/include/gpio.h
index fc46e995ce..6b1f80fe99 100644
--- a/include/gpio.h
+++ b/include/gpio.h
@@ -71,11 +71,7 @@ struct gpio_info {
extern const struct gpio_info gpio_list[];
/* Macro for signals which don't exist */
-#ifdef CHIP_lm4
-#define GPIO_SIGNAL_NOT_IMPLEMENTED(name) {name, LM4_GPIO_A, 0, 0, NULL}
-#else
-#define GPIO_SIGNAL_NOT_IMPLEMENTED(name) {name, GPIO_A, 0, 0, NULL}
-#endif
+#define GPIO_SIGNAL_NOT_IMPLEMENTED(name) {name, DUMMY_GPIO_BANK, 0, 0, NULL}
/* GPIO alternate function structure, for use by board.c */
struct gpio_alt_func {