diff options
Diffstat (limited to 'include/net/netns/can.h')
-rw-r--r-- | include/net/netns/can.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/netns/can.h b/include/net/netns/can.h index ecf238b8862c..ca9bd9fba5b5 100644 --- a/include/net/netns/can.h +++ b/include/net/netns/can.h | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | #include <linux/spinlock.h> | 9 | #include <linux/spinlock.h> |
10 | 10 | ||
11 | struct dev_rcv_lists; | 11 | struct can_dev_rcv_lists; |
12 | struct s_stats; | 12 | struct s_stats; |
13 | struct s_pstats; | 13 | struct s_pstats; |
14 | 14 | ||
@@ -28,7 +28,7 @@ struct netns_can { | |||
28 | #endif | 28 | #endif |
29 | 29 | ||
30 | /* receive filters subscribed for 'all' CAN devices */ | 30 | /* receive filters subscribed for 'all' CAN devices */ |
31 | struct dev_rcv_lists *can_rx_alldev_list; | 31 | struct can_dev_rcv_lists *can_rx_alldev_list; |
32 | spinlock_t can_rcvlists_lock; | 32 | spinlock_t can_rcvlists_lock; |
33 | struct timer_list can_stattimer;/* timer for statistics update */ | 33 | struct timer_list can_stattimer;/* timer for statistics update */ |
34 | struct s_stats *can_stats; /* packet statistics */ | 34 | struct s_stats *can_stats; /* packet statistics */ |