From 1ffb70c7b071d814c79dc2b8a593e1c3ade782fa Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 20 Apr 2008 07:14:45 +0000 Subject: [PATCH] remove strange direct usage of dev->priv as well SVN-Revision: 10875 --- target/linux/atheros/files/drivers/net/ar2313/ar2313.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/atheros/files/drivers/net/ar2313/ar2313.c b/target/linux/atheros/files/drivers/net/ar2313/ar2313.c index 4e3c1d64c8..873ee63970 100644 --- a/target/linux/atheros/files/drivers/net/ar2313/ar2313.c +++ b/target/linux/atheros/files/drivers/net/ar2313/ar2313.c @@ -826,7 +826,7 @@ static int ar2313_init(struct net_device *dev) static void ar2313_load_rx_ring(struct net_device *dev, int nr_bufs) { - struct ar2313_private *sp = ((struct net_device *) dev)->priv; + struct ar2313_private *sp = netdev_priv(dev); short i, idx; idx = sp->rx_skbprd;