Staging: rtl8723bs: Remove typedef in struct sdio_data
authorMadhumitha Prabakaran <madhumithabiw@gmail.com>
Thu, 11 Apr 2019 15:30:14 +0000 (10:30 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Apr 2019 11:32:19 +0000 (13:32 +0200)
commitaffbeba3a299a8b2e8befa9e487d94bcca744cf7
treed58fbb2c72561b6c1777ba51b26f543eab55931b
parente00fd8ecaa87943bbddccffd7740902492bdbbfb
Staging: rtl8723bs: Remove typedef in struct sdio_data

Remove typedef in struct sdio_data and make the respective changes in
associated files, as the struct that has elements that can reasonably
be directly accessed should never be a typedef.

Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/sdio_ops.c
drivers/staging/rtl8723bs/include/drv_types.h
drivers/staging/rtl8723bs/include/drv_types_sdio.h
drivers/staging/rtl8723bs/os_dep/sdio_intf.c
drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c