Files
linux/drivers
Mugunthan V N 3177bf6f92 net: ethernet: cpsw: fix build warnings for CPSW when CPTS not selected
CC      drivers/net/ethernet/ti/cpsw.o
drivers/net/ethernet/ti/cpsw.c: In function 'cpsw_ndo_ioctl':
drivers/net/ethernet/ti/cpsw.c:881:20: warning: unused variable 'priv'

The build warning is generated when CPTS is not selected in Kernel Build.
Fixing by passing the net_device pointer to cpts IOCTL instead of passing priv

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-11-28 17:51:16 -05:00
..
2012-11-23 14:32:55 +01:00
2012-10-30 10:05:51 +01:00
2012-10-17 15:53:03 -05:00
2012-11-16 14:33:04 -08:00
2012-11-19 14:19:00 -05:00
2012-10-29 15:30:37 -04:00
2012-10-16 18:07:12 -07:00