au1000_eth: use ‘unsigned long’ for irqflags

Author: Vegard Nossum <vegard.nossum@gmail.com>

The patch was generated using the Coccinelle semantic patch framework.

Cc: Julia Lawall 
Cc: Alexey Dobriyan 
Cc: Jeff Garzik 
Signed-off-by: Vegard Nossum 
Signed-off-by: Jeff Garzik 
---
 drivers/net/au1000_eth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c
index cb8be49..5ee1b05 100644
--- a/drivers/net/au1000_eth.c
+++ b/drivers/net/au1000_eth.c
@@ -807,7 +807,7 @@ err_out:
 static int au1000_init(struct net_device *dev)
 {
 	struct au1000_private *aup = (struct au1000_private *) dev->priv;
-	u32 flags;
+	unsigned long flags;
 	int i;
 	u32 control;