Here's some minor fixes and cleanups for the Google coreboot drivers that I've had lying around in my tree for a little bit. They tighten up the code a bit and get rid of some boiler plate.
Stephen Boyd (5): firmware: google: Add a module_coreboot_driver() macro and use it firmware: google: memconsole: Use devm_memremap() firmware: google: memconsole: Drop __iomem on memremap memory firmware: google: memconsole: Drop global func pointer firmware: google: coreboot: Drop unnecessary headers Cc: Wei-Ning Huang <[email protected]> Cc: Julius Werner <[email protected]> Cc: Brian Norris <[email protected]> Cc: Samuel Holland <[email protected]> Cc: Guenter Roeck <[email protected]> drivers/firmware/google/coreboot_table.h | 11 ++++++++- .../firmware/google/framebuffer-coreboot.c | 14 +---------- drivers/firmware/google/memconsole-coreboot.c | 24 ++++--------------- drivers/firmware/google/memconsole.c | 9 +++---- drivers/firmware/google/vpd.c | 14 +---------- drivers/firmware/google/vpd_decode.c | 2 -- 6 files changed, 22 insertions(+), 52 deletions(-) base-commit: e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd -- Sent by a computer through tubes

