[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161103204819.GA21430@atomide.com>
Date: Thu, 3 Nov 2016 13:48:19 -0700
From: Tony Lindgren <tony@...mide.com>
To: kbuild test robot <lkp@...el.com>
Cc: kbuild-all@...org, Linus Walleij <linus.walleij@...aro.org>,
Jon Hunter <jonathanh@...dia.com>,
Mark Rutland <mark.rutland@....com>,
Rob Herring <robh+dt@...nel.org>,
Grygorii Strashko <grygorii.strashko@...com>,
Nishanth Menon <nm@...com>, linux-gpio@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-omap@...r.kernel.org
Subject: Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and
pinctrl_parse_index_with_args
* kbuild test robot <lkp@...el.com> [161103 13:29]:
> In file included from drivers/pinctrl/core.c:36:0:
> >> drivers/pinctrl/devicetree.h:29:14: warning: 'struct of_phandle_args' declared inside parameter list will not be visible outside of this definition or declaratio
Hmm maybe we should just include of.h in core.c?
Regards,
Tony
8< ----------------------
diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c
--- a/drivers/pinctrl/core.c
+++ b/drivers/pinctrl/core.c
@@ -23,6 +23,7 @@
#include <linux/list.h>
#include <linux/sysfs.h>
#include <linux/debugfs.h>
+#include <linux/of.h>
#include <linux/seq_file.h>
#include <linux/pinctrl/consumer.h>
#include <linux/pinctrl/pinctrl.h>
Powered by blists - more mailing lists