]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - drivers/gpio/pca953x.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / drivers / gpio / pca953x.c
index fc4dcf9f98615ce32e344814912b99fcb71e91ba..b5ed35256ee761cb70615ffd45995fa76ee33caf 100644 (file)
@@ -8,11 +8,10 @@
  * pca9539, etc)
  */
 
-#include <config.h>
+#include <common.h>
 #include <command.h>
 #include <i2c.h>
 #include <pca953x.h>
-#include <vsprintf.h>
 
 /* Default to an address that hopefully won't corrupt other i2c devices */
 #ifndef CFG_SYS_I2C_PCA953X_ADDR