Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315036
b: refs/heads/master
c: ec00f04
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Hartkopp authored and Marc Kleine-Budde committed Jul 2, 2012
1 parent f3b626c commit 2154406
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77fc95a356cd07d247bbe42a66596ba7b8486920
refs/heads/master: ec00f044ef6637470dcb4ce676a8c513848487cb
3 changes: 3 additions & 0 deletions trunk/net/can/af_can.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ 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) */
extern void can_init_proc(void);
extern void can_remove_proc(void);
Expand Down
3 changes: 0 additions & 3 deletions trunk/net/can/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ static const char rx_list_name[][8] = {
[RX_EFF] = "rx_eff",
};

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

/*
* af_can statistics stuff
*/
Expand Down

0 comments on commit 2154406

Please sign in to comment.