diff options
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 | { |