Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274455
b: refs/heads/master
c: 310587c
h: refs/heads/master
i:
  274453: 428a1b8
  274451: bbcc007
  274447: 260d4a1
v: v3
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent 4f52e88 commit 73f1e17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: d0e88ec90151c52ca9aa67adece8f2b8bd3c9f3b
refs/heads/master: 310587c320e906c59ef4152c41d81b00adf1b259
7 changes: 3 additions & 4 deletions trunk/drivers/net/ethernet/chelsio/cxgb4/l2t.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
#include <linux/if.h>
#include <linux/if_vlan.h>
#include <linux/jhash.h>
#include <linux/module.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#include <net/neighbour.h>
#include "cxgb4.h"
#include "l2t.h"
Expand Down Expand Up @@ -503,10 +506,6 @@ struct l2t_data *t4_init_l2t(void)
return d;
}

#include <linux/module.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>

static inline void *l2t_get_idx(struct seq_file *seq, loff_t pos)
{
struct l2t_entry *l2tab = seq->private;
Expand Down

0 comments on commit 73f1e17

Please sign in to comment.