]> bbs.cooldavid.org Git - net-next-2.6.git/commit - include/linux/netdevice.h
[NET]: Fix the prototype of call_netdevice_notifiers.
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 16 Sep 2007 22:33:32 +0000 (15:33 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:51:20 +0000 (16:51 -0700)
commitad7379d49458a863c520a73a3c36441c572f850e
tree64c9c28a5b699e8be2cb84ef97c3c827ea118b39
parent22dd74950172dc8979576e2bef3b439f20ef0b05
[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>
include/linux/netdevice.h
net/core/dev.c