|
@@ -3294,7 +3294,6 @@ static int __init vortex_init(void)
|
|
|
|
|
|
static void __exit vortex_eisa_cleanup(void)
|
|
static void __exit vortex_eisa_cleanup(void)
|
|
{
|
|
{
|
|
- struct vortex_private *vp;
|
|
|
|
void __iomem *ioaddr;
|
|
void __iomem *ioaddr;
|
|
|
|
|
|
#ifdef CONFIG_EISA
|
|
#ifdef CONFIG_EISA
|
|
@@ -3303,7 +3302,6 @@ static void __exit vortex_eisa_cleanup(void)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
if (compaq_net_device) {
|
|
if (compaq_net_device) {
|
|
- vp = netdev_priv(compaq_net_device);
|
|
|
|
ioaddr = ioport_map(compaq_net_device->base_addr,
|
|
ioaddr = ioport_map(compaq_net_device->base_addr,
|
|
VORTEX_TOTAL_SIZE);
|
|
VORTEX_TOTAL_SIZE);
|
|
|
|
|