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)
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>

No differences found