net: Add missing rculist.h include to netdevice.h
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 May 2009 23:52:51 +0000 (16:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 May 2009 23:52:51 +0000 (16:52 -0700)
commit4d5b78c055c76bb563c4a43d2adb92735b3b9405
treec02417dd6c44ea2cf9585158981a9c40d817fa70
parent4dbc8ef7e1123bb8a591d75a2b84413aa261a9f4
net: Add missing rculist.h include to netdevice.h

Otherwise list_for_each_entry_rcu() et al. aren't visible
and we get build failures in some configurations.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h