[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1421099866-3184-2-git-send-email-f.fainelli@gmail.com>
Date: Mon, 12 Jan 2015 13:57:39 -0800
From: Florian Fainelli <f.fainelli@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, buytenh@...tstofly.org,
Florian Fainelli <f.fainelli@...il.com>
Subject: [PATCH net-next 1/8] net: dsa: add missing netdevice.h include
dsa_priv.h contains function prototypes which use a netdev_tx_t return
type, include netdevice.h to get that definition.
Signed-off-by: Florian Fainelli <f.fainelli@...il.com>
---
net/dsa/dsa_priv.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/dsa/dsa_priv.h b/net/dsa/dsa_priv.h
index dc9756d3154c..e560ae53996c 100644
--- a/net/dsa/dsa_priv.h
+++ b/net/dsa/dsa_priv.h
@@ -11,6 +11,7 @@
#ifndef __DSA_PRIV_H
#define __DSA_PRIV_H
+#include <linux/netdevice.h>
#include <linux/phy.h>
#include <linux/netdevice.h>
--
2.1.0
--
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