commit | ad7379d49458a863c520a73a3c36441c572f850e | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Sun Sep 16 15:33:32 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:51:20 2007 -0700 |
tree | 64c9c28a5b699e8be2cb84ef97c3c827ea118b39 | |
parent | 22dd74950172dc8979576e2bef3b439f20ef0b05 [diff] |
[NET]: Fix the prototype of call_netdevice_notifiers. This replaces the void * parameter with a struct net_device * which is what is actually required. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>