remove_new(). As
.remove() and .remove_new() have the same prototypes, conversion is done
by just changing the structure member name in the driver initializer.
Signed-off-by: Uwe Kleine-König
---
Hello,
I did a single patch for all of drivers/firmware. While I usually prefer
to do one logical change
sually. All patches are pairwise independent, so they can be
applied individually.
Best regards
Uwe
Uwe Kleine-König (11):
firmware: arm_scmi: Convert to platform remove callback returning void
firmware: arm_scpi: Convert to platform remove callback returning void
firmware: coreboot_table:
lways returning zero in the remove
callback to the void returning variant.
Signed-off-by: Uwe Kleine-König
---
drivers/firmware/qemu_fw_cfg.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/firmware/qemu_fw_cfg.c b/drivers/firmware/qemu_fw_cfg.c
index 1448f61
verlap, so you loose
booting time by relocating one of them. Not sure if you care.
As you cannot determine the actual value of TEXT_OFFSET for a given
Image, I'd recommend to only support booting zImages and then place it
somewhere at the end of RAM.
Best regards
Uwe
--
Pengutronix e.K.