Commit 132ff76a authored by Adrian Bunk's avatar Adrian Bunk Committed by Jeff Garzik

[PATCH] net/wan/n2.c: remove an unused function

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 78482456
......@@ -159,11 +159,6 @@ static __inline__ void openwin(card_t *card, u8 page)
}
static __inline__ void close_windows(card_t *card)
{
outb(inb(card->io + N2_PCR) & ~PCR_ENWIN, card->io + N2_PCR);
}
#include "hd6457x.c"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment