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

can: remove obsolete definitions

can_rx_alldev_list is a per-net data structure now. Remove it's definition
here and can_rx_dev_list too.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

authored by

Oliver Hartkopp and committed by
Marc Kleine-Budde
f2e72f43 48452c16

-4
-4
net/can/af_can.h
··· 110 110 unsigned long rcv_entries_max; 111 111 }; 112 112 113 - /* receive filters subscribed for 'all' CAN devices */ 114 - extern struct dev_rcv_lists can_rx_alldev_list; 115 - 116 113 /* function prototypes for the CAN networklayer procfs (proc.c) */ 117 114 void can_init_proc(struct net *net); 118 115 void can_remove_proc(struct net *net); ··· 119 122 extern struct timer_list can_stattimer; /* timer for statistics update */ 120 123 extern struct s_stats can_stats; /* packet statistics */ 121 124 extern struct s_pstats can_pstats; /* receive list statistics */ 122 - extern struct hlist_head can_rx_dev_list; /* rx dispatcher structures */ 123 125 124 126 #endif /* AF_CAN_H */