|
@@ -828,7 +828,7 @@ static int ax_probe(struct platform_device *pdev)
|
|
struct ei_device *ei_local;
|
|
struct ei_device *ei_local;
|
|
struct ax_device *ax;
|
|
struct ax_device *ax;
|
|
struct resource *irq, *mem, *mem2;
|
|
struct resource *irq, *mem, *mem2;
|
|
- resource_size_t mem_size, mem2_size = 0;
|
|
|
|
|
|
+ unsigned long mem_size, mem2_size = 0;
|
|
int ret = 0;
|
|
int ret = 0;
|
|
|
|
|
|
dev = ax__alloc_ei_netdev(sizeof(struct ax_device));
|
|
dev = ax__alloc_ei_netdev(sizeof(struct ax_device));
|