mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
4af0d7e870
It is good practice to include common.h as the first header. This ensures that required features like the DECLARE_GLOBAL_DATA_PTR macro, configuration options and common types are available. Fix up some files which currently don't do this. This is necessary because driver model will soon start using global data and configuration in the dm/read.h header file, included via dm.h. The gd->fdt_blob value will be used to access the device tree and CONFIG options will be used to determine whether to support inline functions in the header file. Signed-off-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
exynos_dp.c | ||
exynos_dp_lowlevel.c | ||
exynos_dp_lowlevel.h | ||
exynos_fb.c | ||
exynos_mipi_dsi.c | ||
exynos_mipi_dsi_common.c | ||
exynos_mipi_dsi_common.h | ||
exynos_mipi_dsi_lowlevel.c | ||
exynos_mipi_dsi_lowlevel.h | ||
exynos_pwm_bl.c | ||
Makefile |