commit | 4638aef1e2d8d938e52cd49f6492e9d414b38380 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Thu Jul 05 16:13:55 2007 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Jul 10 12:41:09 2007 -0400 |
tree | 9bdc38cc8a22f431510a844291d18bcba578bd3a | |
parent | 8abd531e3f77188de2fc41e677d075cc66e61631 [diff] |
netxen: deinline and sparse fix Get rid of dubious casts to (void *) which causes a sparse warning. And move largeish function from inline to the one file that uses the code, the compiler can then decide to inline it. Compile tested only. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>