diff options
Diffstat (limited to 'src/soc/samsung/exynos5250/fb.c')
-rw-r--r-- | src/soc/samsung/exynos5250/fb.c | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/soc/samsung/exynos5250/fb.c b/src/soc/samsung/exynos5250/fb.c index 48295a5f09..3c7c5ef27b 100644 --- a/src/soc/samsung/exynos5250/fb.c +++ b/src/soc/samsung/exynos5250/fb.c @@ -20,19 +20,18 @@ /* LCD driver for Exynos */ +#include <arch/io.h> +#include <console/console.h> #include <delay.h> +#include <soc/dp.h> +#include <soc/dp-core.h> +#include <soc/fimd.h> +#include <soc/i2c.h> +#include <soc/power.h> +#include <soc/sysreg.h> #include <stdlib.h> #include <string.h> #include <timer.h> -#include <arch/io.h> -#include <console/console.h> -#include "power.h" -#include "sysreg.h" - -#include "dp.h" -#include "dp-core.h" -#include "fimd.h" -#include "i2c.h" /* * Here is the rough outline of how we bring up the display: |