On Wed, 13 Mar 2019 at 22:02, <sean.wang@xxxxxxxxxxxx> wrote: > > 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 > For series: Acked-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> Kind regards Uffe