Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

atm/fore200e: Delete unused 'fore200e_boards'

This list looks like it's been unused since the OF conversion in
2008 in

commit 826b6cfcd5d4 ("fore200e: Convert over to pure OF driver.")

This also means we can remove the 'entry' member for the list.

Build tested only.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Breno Leitao <leitao@debian.org>
Link: https://lore.kernel.org/r/20240503001822.183061-1-linux@treblig.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Dr. David Alan Gilbert and committed by
Jakub Kicinski
ad3c9f0e c93462b9

-4
-3
drivers/atm/fore200e.c
··· 94 94 95 95 static const struct atmdev_ops fore200e_ops; 96 96 97 - static LIST_HEAD(fore200e_boards); 98 - 99 - 100 97 MODULE_AUTHOR("Christophe Lizzi - credits to Uwe Dannowski and Heikki Vatiainen"); 101 98 MODULE_DESCRIPTION("FORE Systems 200E-series ATM driver - version " FORE200E_VERSION); 102 99
-1
drivers/atm/fore200e.h
··· 830 830 /* per-device data */ 831 831 832 832 typedef struct fore200e { 833 - struct list_head entry; /* next device */ 834 833 const struct fore200e_bus* bus; /* bus-dependent code and data */ 835 834 union fore200e_regs regs; /* bus-dependent registers */ 836 835 struct atm_dev* atm_dev; /* ATM device */