• S
    dm: Fix up inclusion of common.h · 4af0d7e8
    Simon Glass 提交于
    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: NSimon Glass <sjg@chromium.org>
    4af0d7e8
pinctrl-uniphier-sld3.c 4.7 KB