drivers: video: rockchip: fix building eDP and LVDS drivers
[oweals/u-boot.git] / drivers / video / ssd2828.c
index 8b090822549c1febd46b1886a217650f15fe261b..83566bc6d66736789dd43bd275531b2710122282 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) 2015 Siarhei Siamashka <siarhei.siamashka@gmail.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
@@ -11,6 +10,7 @@
  */
 
 #include <common.h>
+#include <malloc.h>
 #include <mipi_display.h>
 #include <asm/arch/gpio.h>
 #include <asm/gpio.h>