diff options
Diffstat (limited to 'package/switch/src/gpio.h')
-rw-r--r-- | package/switch/src/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/switch/src/gpio.h b/package/switch/src/gpio.h index e541cdac55..90bafd39ed 100644 --- a/package/switch/src/gpio.h +++ b/package/switch/src/gpio.h @@ -8,7 +8,7 @@ #ifndef __GPIO_H #define __GPIO_H -#ifdef BROADCOM +#ifdef CONFIG_BCM47XX #include "gpio-bcm947xx.h" #else #warning "Unsupported configuration." |