]> git.sur5r.net Git - u-boot/blobdiff - drivers/gpio/lpc32xx_gpio.c
dm: core: Add logging of some common errors
[u-boot] / drivers / gpio / lpc32xx_gpio.c
index 1bf945acfc634de960b3f5746f11c805dfaaf25e..1265ee41a60bc129e330bb002818d10dd3d655cd 100644 (file)
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * LPC32xxGPIO driver
  *
  * (C) Copyright 2014  DENX Software Engineering GmbH
  * Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
+#include <common.h>
 #include <asm/io.h>
 #include <asm/arch-lpc32xx/cpu.h>
 #include <asm/arch-lpc32xx/gpio.h>