common: Move ll_boot_init() to init.h
[oweals/u-boot.git] / drivers / video / mx3fb.c
index fad027f0647a047f3f0dfda0480b594b8f32e6a1..a984443ef9d7c1222d3b01df5bb4a860b9220b81 100644 (file)
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2009
  * Guennadi Liakhovetski, DENX Software Engineering, <lg@denx.de>
  * Copyright (C) 2011
  * HALE electronic GmbH, <helmut.raiger@hale.at>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
+#include <env.h>
 #include <malloc.h>
 #include <video_fb.h>