]> Git Repo - J-u-boot.git/blobdiff - drivers/gpio/pca9698.c
soc: xilinx: zynqmp: Add soc_xilinx_zynqmp driver
[J-u-boot.git] / drivers / gpio / pca9698.c
index 3995c496aeed67f405e8df5d572e81ce41a60884..11274c781017a0ca1cc6180e142931575d8b9d67 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2011
  * Dirk Eibach,  Guntermann & Drunck GmbH, [email protected]
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
@@ -11,6 +10,7 @@
 
 #include <common.h>
 #include <i2c.h>
+#include <malloc.h>
 #include <linux/errno.h>
 #include <pca9698.h>
 
This page took 0.022247 seconds and 4 git commands to generate.