-
- Downloads
dm: rename device struct to udevice
using UBI and DM together leads in compiler error, as
both define a "struct device", so rename "struct device"
in include/dm/device.h to "struct udevice", as we use
linux code (MTD/UBI/UBIFS some USB code,...) and cannot
change the linux "struct device"
Signed-off-by:
Heiko Schocher <hs@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Marek Vasut <marex@denx.de>
Showing
- include/dm/test.h 6 additions, 6 deletionsinclude/dm/test.h
- include/dm/uclass-internal.h 5 additions, 5 deletionsinclude/dm/uclass-internal.h
- include/dm/uclass.h 9 additions, 9 deletionsinclude/dm/uclass.h
- test/dm/cmd_dm.c 5 additions, 5 deletionstest/dm/cmd_dm.c
- test/dm/core.c 16 additions, 16 deletionstest/dm/core.c
- test/dm/gpio.c 1 addition, 1 deletiontest/dm/gpio.c
- test/dm/test-driver.c 10 additions, 10 deletionstest/dm/test-driver.c
- test/dm/test-fdt.c 5 additions, 5 deletionstest/dm/test-fdt.c
- test/dm/test-main.c 1 addition, 1 deletiontest/dm/test-main.c
- test/dm/test-uclass.c 8 additions, 7 deletionstest/dm/test-uclass.c
Please register or sign in to comment