summaryrefslogtreecommitdiff
path: root/drivers/gpio/pca953x_gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/pca953x_gpio.c')
-rw-r--r--drivers/gpio/pca953x_gpio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpio/pca953x_gpio.c b/drivers/gpio/pca953x_gpio.c
index b0c66d18317..e84038f312e 100644
--- a/drivers/gpio/pca953x_gpio.c
+++ b/drivers/gpio/pca953x_gpio.c
@@ -18,7 +18,6 @@
* 2. Support Polarity Inversion
*/
-#include <common.h>
#include <errno.h>
#include <dm.h>
#include <fdtdec.h>
@@ -40,7 +39,6 @@
#define PCA957X_INVERT 1
#define PCA957X_DIRECTION 4
-
#define PCA_GPIO_MASK 0x00FF
#define PCA_INT 0x0100
#define PCA_PCAL BIT(9)