Create platform_device.h to contain all the platform device details.
[deliverable/linux.git] / drivers / net / tokenring / skisa.c
index 03f061941d77408e4a86504fe411ff66450ea531..72cf708396be3f87e9badd604ee3b5b3ab41c6a2 100644 (file)
@@ -36,6 +36,7 @@ static const char version[] = "skisa.c: v1.03 09/12/2002 by Jochen Friedrich\n";
 #include <linux/init.h>
 #include <linux/netdevice.h>
 #include <linux/trdevice.h>
+#include <linux/platform_device.h>
 
 #include <asm/system.h>
 #include <asm/io.h>
@@ -162,7 +163,7 @@ static int __init setup_card(struct net_device *dev, struct device *pdev)
 
        err = -EIO;
        pdev->dma_mask = &dma_mask;
-       if (tmsdev_init(dev, ISA_MAX_ADDRESS, pdev))
+       if (tmsdev_init(dev, pdev))
                goto out4;
 
        dev->base_addr &= ~3; 
This page took 0.024105 seconds and 5 git commands to generate.