VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Leon Romanovsky <leonro@nvidia.com> 2021-03-17 12:45:47 +0200 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-03-17 13:16:18 -0700 commit: 6417f03132a6952cd17ddd8eaddbac92b61b17e0 parent: e69beeabac6dae8d4318f46c7aa0c70b9599afb1
Commit Summary:
module: remove never implemented MODULE_SUPPORTED_DEVICE
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/drivers/atm/fore200e.c b/drivers/atm/fore200e.c
index 9a70bee84125..495fd0a1f040 100644
--- a/drivers/atm/fore200e.c
+++ b/drivers/atm/fore200e.c
@@ -100,8 +100,6 @@ static LIST_HEAD(fore200e_boards);
 
 MODULE_AUTHOR("Christophe Lizzi - credits to Uwe Dannowski and Heikki Vatiainen");
 MODULE_DESCRIPTION("FORE Systems 200E-series ATM driver - version " FORE200E_VERSION);
-MODULE_SUPPORTED_DEVICE("PCA-200E, SBA-200E");
-
 
 static const int fore200e_rx_buf_nbr[ BUFFER_SCHEME_NBR ][ BUFFER_MAGN_NBR ] = {
     { BUFFER_S1_NBR, BUFFER_L1_NBR },