]> 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 d2663f7331aa5fa78bd25e6d11f4a4cb61a1563c..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+
+ * Dirk Eibach,  Guntermann & Drunck GmbH, [email protected]
  */
 
 /*
@@ -11,6 +10,7 @@
 
 #include <common.h>
 #include <i2c.h>
+#include <malloc.h>
 #include <linux/errno.h>
 #include <pca9698.h>
 
This page took 0.025967 seconds and 4 git commands to generate.