Merge git://git.denx.de/u-boot-usb
[oweals/u-boot.git] / drivers / video / da8xx-fb.c
index 26db73b13883e51742f4f1a547bab62e2383288c..5fb68865ef4631adffba5be54598ed35ef6d2360 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Porting to u-boot:
  *
  *
  * Based on the LCD driver for TI Avalanche processors written by
  * Ajay Singh and Shalom Hai.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
+#include <malloc.h>
 #include <memalign.h>
 #include <video_fb.h>
 #include <linux/list.h>