[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20090506.154444.266197851.davem@davemloft.net>
Date: Wed, 06 May 2009 15:44:44 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jpirko@...hat.com
CC: netdev@...r.kernel.org
Subject: [PATCH]: Fix build regression from address list changes.
I'm about to push the following out to net-next-2.6, just FYI:
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@...emloft.net>
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 02882e2..2af89b6 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -39,6 +39,7 @@
#include <linux/device.h>
#include <linux/percpu.h>
+#include <linux/rculist.h>
#include <linux/dmaengine.h>
#include <linux/workqueue.h>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists