Skip to content

Commit

Permalink
can: remove obsolete definitions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Oliver Hartkopp authored and Marc Kleine-Budde committed Apr 25, 2017
1 parent 48452c1 commit f2e72f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions net/can/af_can.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ struct s_pstats {
unsigned long rcv_entries_max;
};

/* receive filters subscribed for 'all' CAN devices */
extern struct dev_rcv_lists can_rx_alldev_list;

/* function prototypes for the CAN networklayer procfs (proc.c) */
void can_init_proc(struct net *net);
void can_remove_proc(struct net *net);
Expand All @@ -122,6 +119,5 @@ void can_stat_update(unsigned long data);
extern struct timer_list can_stattimer; /* timer for statistics update */
extern struct s_stats can_stats; /* packet statistics */
extern struct s_pstats can_pstats; /* receive list statistics */
extern struct hlist_head can_rx_dev_list; /* rx dispatcher structures */

#endif /* AF_CAN_H */

0 comments on commit f2e72f4

Please sign in to comment.