Skip to content

Commit 6417f03

Browse files
rleontorvalds
authored andcommittedMar 17, 2021
module: remove never implemented MODULE_SUPPORTED_DEVICE
MODULE_SUPPORTED_DEVICE was added in pre-git era and never was implemented. We can safely remove it, because the kernel has grown to have many more reliable mechanisms to determine if device is supported or not. Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent e69beea commit 6417f03

File tree

175 files changed

+1
-480
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+1
-480
lines changed
 

Diff for: ‎arch/x86/platform/iris/iris.c

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
MODULE_LICENSE("GPL");
2828
MODULE_AUTHOR("Sébastien Hinderer <Sebastien.Hinderer@ens-lyon.org>");
2929
MODULE_DESCRIPTION("A power_off handler for Iris devices from EuroBraille");
30-
MODULE_SUPPORTED_DEVICE("Eurobraille/Iris");
3130

3231
static bool force;
3332

Diff for: ‎drivers/atm/fore200e.c

-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ static LIST_HEAD(fore200e_boards);
100100

101101
MODULE_AUTHOR("Christophe Lizzi - credits to Uwe Dannowski and Heikki Vatiainen");
102102
MODULE_DESCRIPTION("FORE Systems 200E-series ATM driver - version " FORE200E_VERSION);
103-
MODULE_SUPPORTED_DEVICE("PCA-200E, SBA-200E");
104-
105103

106104
static const int fore200e_rx_buf_nbr[ BUFFER_SCHEME_NBR ][ BUFFER_MAGN_NBR ] = {
107105
{ BUFFER_S1_NBR, BUFFER_L1_NBR },

0 commit comments

Comments
 (0)