diff options
author | Rui Feng <rui_feng@realsil.com.cn> | 2017-11-29 12:08:03 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-11-29 13:16:44 +0300 |
commit | e455b69ddf9b69326d0cab28d374faf3325489c9 (patch) | |
tree | 5a2f01003865ccbd1826b5f068bcec31dfe7d16d /include/linux | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) | |
download | linux-e455b69ddf9b69326d0cab28d374faf3325489c9.tar.xz |
misc: rtsx: Move Realtek Card Reader Driver to misc
Because Realtek card reader drivers are pcie and usb drivers,
and they bridge mmc subsystem and memstick subsystem, they are
not mfd drivers. Greg and Lee Jones had a discussion about
where to put the drivers, the result is that misc is a good
place for them, so I move all files to misc. If I don't move
them to a right place, I can't add any patch for this driver.
Signed-off-by: Rui Feng <rui_feng@realsil.com.cn>
Reviewed-by: Daniel Bristot de Oliveira <bristot@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Tested-by: Perry Yuan <perry_yuan@dell.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/rtsx_common.h (renamed from include/linux/mfd/rtsx_common.h) | 0 | ||||
-rw-r--r-- | include/linux/rtsx_pci.h (renamed from include/linux/mfd/rtsx_pci.h) | 2 | ||||
-rw-r--r-- | include/linux/rtsx_usb.h (renamed from include/linux/mfd/rtsx_usb.h) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/rtsx_common.h b/include/linux/rtsx_common.h index 443176ee1ab0..443176ee1ab0 100644 --- a/include/linux/mfd/rtsx_common.h +++ b/include/linux/rtsx_common.h diff --git a/include/linux/mfd/rtsx_pci.h b/include/linux/rtsx_pci.h index a2a1318a3d0c..82abac70b3db 100644 --- a/include/linux/mfd/rtsx_pci.h +++ b/include/linux/rtsx_pci.h @@ -24,7 +24,7 @@ #include <linux/sched.h> #include <linux/pci.h> -#include <linux/mfd/rtsx_common.h> +#include <linux/rtsx_common.h> #define MAX_RW_REG_CNT 1024 diff --git a/include/linux/mfd/rtsx_usb.h b/include/linux/rtsx_usb.h index c446e4fd6b5c..c446e4fd6b5c 100644 --- a/include/linux/mfd/rtsx_usb.h +++ b/include/linux/rtsx_usb.h |