linux/drivers/net/tokenring
Joe Perches 43d620c829 drivers/net: Remove casts of void *
Unnecessary casts of void * clutter the code.

These are the remainder casts after several specific
patches to remove netdev_priv and dev_priv.

Done via coccinelle script (and a little editing):

$ cat cast_void_pointer.cocci
@@
type T;
T *pt;
void *pv;
@@

- pt = (T *)pv;
+ pt = pv;

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Acked-By: Chris Snook <chris.snook@gmail.com>
Acked-by: Jon Mason <jdmason@kudzu.us>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: David Dillow <dave@thedillows.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-06-21 15:48:29 -07:00
..
3c359.c drivers/net: Remove unnecessary semicolons 2011-06-05 14:33:40 -07:00
3c359.h
Kconfig
Makefile
abyss.c
abyss.h
ibmtr.c net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
lanstreamer.c net: fix tranmitted/tranmitting typo 2011-04-11 13:15:56 -07:00
lanstreamer.h
madgemc.c drivers/net: Remove casts of void * 2011-06-21 15:48:29 -07:00
madgemc.h
olympic.c olympic: convert to seq_file 2011-05-13 16:50:49 -04:00
olympic.h
proteon.c
skisa.c
smctr.c Fix common misspellings 2011-03-31 11:26:23 -03:00
smctr.h
tms380tr.c
tms380tr.h Fix common misspellings 2011-03-31 11:26:23 -03:00
tmspci.c