diff options
Diffstat (limited to 'drivers/gpio/tca642x.c')
-rw-r--r-- | drivers/gpio/tca642x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/tca642x.c b/drivers/gpio/tca642x.c index b07496e6e49..1d45b500746 100644 --- a/drivers/gpio/tca642x.c +++ b/drivers/gpio/tca642x.c @@ -20,7 +20,7 @@ * MA 02111-1307 USA */ -#include <common.h> +#include <config.h> #include <command.h> #include <i2c.h> #include <tca642x.h> |