[PATCH v1 0/3] add module_sdio_driver and enable a few users

From: sean.wang
Date: Wed Mar 13 2019 - 17:02:12 EST


From: Sean Wang <sean.wang@xxxxxxxxxxxx>

Add module_sdio_driver exactly like the function module_usb_drivear offers to
and enable a few users to eliminate a few lines of boilerplate code per SDIO
driver.

Sean Wang (3):
mmc: sdio: Add helper macro for sdio_driver boilerplate
Bluetooth: mediatek: Use module_sdio_driver helper
Bluetooth: btsdio: Use module_sdio_driver helper

drivers/bluetooth/btmtksdio.c | 15 +--------------
drivers/bluetooth/btsdio.c | 15 +--------------
include/linux/mmc/sdio_func.h | 12 ++++++++++++
3 files changed, 14 insertions(+), 28 deletions(-)

--
2.18.0