mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
atm/fore200e: Delete unused 'fore200e_boards'
This list looks like it's been unused since the OF conversion in
2008 in
commit 826b6cfcd5
("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>
This commit is contained in:
parent
c93462b914
commit
ad3c9f0e62
@ -94,9 +94,6 @@
|
|||||||
|
|
||||||
static const struct atmdev_ops fore200e_ops;
|
static const struct atmdev_ops fore200e_ops;
|
||||||
|
|
||||||
static LIST_HEAD(fore200e_boards);
|
|
||||||
|
|
||||||
|
|
||||||
MODULE_AUTHOR("Christophe Lizzi - credits to Uwe Dannowski and Heikki Vatiainen");
|
MODULE_AUTHOR("Christophe Lizzi - credits to Uwe Dannowski and Heikki Vatiainen");
|
||||||
MODULE_DESCRIPTION("FORE Systems 200E-series ATM driver - version " FORE200E_VERSION);
|
MODULE_DESCRIPTION("FORE Systems 200E-series ATM driver - version " FORE200E_VERSION);
|
||||||
|
|
||||||
|
@ -830,7 +830,6 @@ typedef struct fore200e_vc_map {
|
|||||||
/* per-device data */
|
/* per-device data */
|
||||||
|
|
||||||
typedef struct fore200e {
|
typedef struct fore200e {
|
||||||
struct list_head entry; /* next device */
|
|
||||||
const struct fore200e_bus* bus; /* bus-dependent code and data */
|
const struct fore200e_bus* bus; /* bus-dependent code and data */
|
||||||
union fore200e_regs regs; /* bus-dependent registers */
|
union fore200e_regs regs; /* bus-dependent registers */
|
||||||
struct atm_dev* atm_dev; /* ATM device */
|
struct atm_dev* atm_dev; /* ATM device */
|
||||||
|
Loading…
Reference in New Issue
Block a user