sfc: Remove unnecessary casts to struct sk_buff *
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 23 Nov 2009 16:06:47 +0000 (16:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2009 18:58:55 +0000 (10:58 -0800)
commit9bc183d7f90793e5e72f4dfd21a5877c6cd4da78
treee2a388bd628d1b3005f39c75978cc759563dff2c
parenteb50c0d67fe3c5513c717c2dee6d9771c51be703
sfc: Remove unnecessary casts to struct sk_buff *

At some point these casts were used to remove const qualification, but
they are now unneeded.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sfc/tx.c