diff options
author | Bryan Brattlof <hello@bryanbrattlof.com> | 2021-04-14 19:39:03 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-15 09:26:00 +0200 |
commit | 027ffa10b80be722c284067f7eee431ced1db208 (patch) | |
tree | bd08074481aa615c57a8f3bf1c34751b97b76b3b /drivers/comedi/comedi_internal.h | |
parent | staging: rtl8723bs: remove unused argument in function (diff) | |
download | linux-027ffa10b80be722c284067f7eee431ced1db208.tar.xz linux-027ffa10b80be722c284067f7eee431ced1db208.zip |
staging: rtl8723bs: remove sdio_drv_priv structure
The sdio_drv_priv structure is a small wrapper around sdio_driver in
linux/mmc/sdio_func.h with an added drv_registered integer.
drv_registered is never used anywhere in the driver and only assigned to
during the sdio registering and unregistering process. We can safely
remove sdio_drv_priv and use the sdio_driver structure directly.
Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
Link: https://lore.kernel.org/r/20210414173751.317762-1-hello@bryanbrattlof.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/comedi/comedi_internal.h')
0 files changed, 0 insertions, 0 deletions