dm: core: Create a new header file for 'compat' features
At present dm/device.h includes the linux-compatible features. This
requires including linux/compat.h which in turn includes a lot of headers.
One of these is malloc.h which we thus end up including in every file in
U-Boot. Apart from the inefficiency of this, it is problematic for sandbox
which needs to use the system malloc() in some files.
Move the compatibility features into a separate header file.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/arm/mach-imx/cmd_nandbcb.c 1 addition, 0 deletionsarch/arm/mach-imx/cmd_nandbcb.c
- arch/arm/mach-imx/imx8/image.c 1 addition, 0 deletionsarch/arm/mach-imx/imx8/image.c
- arch/arm/mach-mvebu/mbus.c 1 addition, 0 deletionsarch/arm/mach-mvebu/mbus.c
- arch/arm/mach-rockchip/rk3288/rk3288.c 1 addition, 0 deletionsarch/arm/mach-rockchip/rk3288/rk3288.c
- arch/arm/mach-rockchip/rk3308/rk3308.c 1 addition, 0 deletionsarch/arm/mach-rockchip/rk3308/rk3308.c
- arch/arm/mach-socfpga/clock_manager_agilex.c 1 addition, 0 deletionsarch/arm/mach-socfpga/clock_manager_agilex.c
- arch/arm/mach-socfpga/clock_manager_arria10.c 1 addition, 0 deletionsarch/arm/mach-socfpga/clock_manager_arria10.c
- arch/arm/mach-stm32mp/pwr_regulator.c 1 addition, 0 deletionsarch/arm/mach-stm32mp/pwr_regulator.c
- arch/arm/mach-tegra/cboot.c 1 addition, 0 deletionsarch/arm/mach-tegra/cboot.c
- arch/arm/mach-zynq/clk.c 1 addition, 0 deletionsarch/arm/mach-zynq/clk.c
- arch/arm/mach-zynq/timer.c 1 addition, 0 deletionsarch/arm/mach-zynq/timer.c
- arch/mips/mach-mtmips/cpu.c 1 addition, 0 deletionsarch/mips/mach-mtmips/cpu.c
- arch/mips/mach-pic32/cpu.c 1 addition, 0 deletionsarch/mips/mach-pic32/cpu.c
- arch/sandbox/cpu/cpu.c 1 addition, 0 deletionsarch/sandbox/cpu/cpu.c
- arch/x86/cpu/apollolake/fsp_s.c 1 addition, 0 deletionsarch/x86/cpu/apollolake/fsp_s.c
- arch/x86/cpu/apollolake/spl.c 1 addition, 0 deletionsarch/x86/cpu/apollolake/spl.c
- arch/x86/cpu/apollolake/uart.c 1 addition, 0 deletionsarch/x86/cpu/apollolake/uart.c
- arch/x86/cpu/intel_common/itss.c 1 addition, 0 deletionsarch/x86/cpu/intel_common/itss.c
- arch/x86/cpu/qemu/e820.c 1 addition, 0 deletionsarch/x86/cpu/qemu/e820.c
- arch/x86/cpu/qfw_cpu.c 1 addition, 0 deletionsarch/x86/cpu/qfw_cpu.c
Loading
Please register or sign in to comment