diff options
author | Satyam Sharma <satyam@infradead.org> | 2007-09-27 01:29:51 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:52:54 -0400 |
commit | dcffde5345c917b98b094d0ef27f6280bc7d4655 (patch) | |
tree | d9a8f499036bb80b46365ed031d5f1bee10423fb /drivers/net/pasemi_mac.c | |
parent | 7a876fae9da2b1417246a3eac0ac83889f12fa27 (diff) |
[PASEMI_MAC]: remove unused function
drivers/net/pasemi_mac.c: At top level:
drivers/net/pasemi_mac.c:89: warning: 'read_iob_reg' defined but not used
Signed-off-by: Satyam Sharma <satyam@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/pasemi_mac.c')
-rw-r--r-- | drivers/net/pasemi_mac.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/pasemi_mac.c b/drivers/net/pasemi_mac.c index 4d87cd65626f..912bc5d33d28 100644 --- a/drivers/net/pasemi_mac.c +++ b/drivers/net/pasemi_mac.c | |||
@@ -85,11 +85,6 @@ MODULE_PARM_DESC(debug, "PA Semi MAC bitmapped debugging message enable value"); | |||
85 | 85 | ||
86 | static struct pasdma_status *dma_status; | 86 | static struct pasdma_status *dma_status; |
87 | 87 | ||
88 | static unsigned int read_iob_reg(struct pasemi_mac *mac, unsigned int reg) | ||
89 | { | ||
90 | return in_le32(mac->iob_regs+reg); | ||
91 | } | ||
92 | |||
93 | static void write_iob_reg(struct pasemi_mac *mac, unsigned int reg, | 88 | static void write_iob_reg(struct pasemi_mac *mac, unsigned int reg, |
94 | unsigned int val) | 89 | unsigned int val) |
95 | { | 90 | { |