commit | 4d5b78c055c76bb563c4a43d2adb92735b3b9405 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed May 06 16:52:51 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 06 16:52:51 2009 -0700 |
tree | c02417dd6c44ea2cf9585158981a9c40d817fa70 | |
parent | 4dbc8ef7e1123bb8a591d75a2b84413aa261a9f4 [diff] |
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>