From: Alexander Aring Date: Sun, 2 Nov 2014 20:43:05 +0000 (+0100) Subject: mac802154: cfg: add missing include X-Git-Tag: v3.19-rc1~118^2~134^2~66^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fdd2068ab7574d9d9b966a97cc7af296a4232694;p=thirdparty%2Fkernel%2Flinux.git mac802154: cfg: add missing include Running make C=2 occurs warning: symbol 'mac802154_config_ops' was not declared. Should it be static? This patch adds a missing include in cfg.c to solve this warning. Signed-off-by: Alexander Aring Reported-by: Marcel Holtmann Signed-off-by: Marcel Holtmann --- diff --git a/net/mac802154/cfg.c b/net/mac802154/cfg.c index 75a5d258ac24e..0c69b44ba312f 100644 --- a/net/mac802154/cfg.c +++ b/net/mac802154/cfg.c @@ -16,6 +16,7 @@ #include #include "ieee802154_i.h" +#include "cfg.h" static struct net_device * ieee802154_add_iface_deprecated(struct wpan_phy *wpan_phy,