LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH -next] pinctrl: mediatek: Fix include directive
@ 2015-03-11 16:05 Guenter Roeck
2015-03-11 19:16 ` Paul Walmsley
2015-03-18 9:59 ` Linus Walleij
0 siblings, 2 replies; 3+ messages in thread
From: Guenter Roeck @ 2015-03-11 16:05 UTC (permalink / raw)
To: Linus Walleij
Cc: Matthias Brugger, linux-gpio, linux-arm-kernel, linux-kernel,
Guenter Roeck, Hongzhou Yang
Fix the following build failure:
In file included from drivers/pinctrl/mediatek/pinctrl-mt8135.c:24:0:
drivers/pinctrl/mediatek/pinctrl-mtk-mt8135.h:19:32: fatal error:
pinctrl-mtk-common.h: No such file or directory
seen when building arm:multi_v7_defconfig.
Fixes: 94097d89c145 ("pinctrl: mediatek: Add Pinctrl/GPIO driver for mt8135.")
Cc: Hongzhou Yang <hongzhou.yang@mediatek.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
drivers/pinctrl/mediatek/pinctrl-mtk-mt8135.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/mediatek/pinctrl-mtk-mt8135.h b/drivers/pinctrl/mediatek/pinctrl-mtk-mt8135.h
index 5019cef..e17aedb 100644
--- a/drivers/pinctrl/mediatek/pinctrl-mtk-mt8135.h
+++ b/drivers/pinctrl/mediatek/pinctrl-mtk-mt8135.h
@@ -16,7 +16,7 @@
#define __PINCTRL_MTK_MT8135_H
#include <linux/pinctrl/pinctrl.h>
-#include <pinctrl-mtk-common.h>
+#include "pinctrl-mtk-common.h"
static const struct mtk_desc_pin mtk_pins_mt8135[] = {
MTK_PIN(
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH -next] pinctrl: mediatek: Fix include directive
2015-03-11 16:05 [PATCH -next] pinctrl: mediatek: Fix include directive Guenter Roeck
@ 2015-03-11 19:16 ` Paul Walmsley
2015-03-18 9:59 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Paul Walmsley @ 2015-03-11 19:16 UTC (permalink / raw)
To: Guenter Roeck
Cc: Linus Walleij, Hongzhou Yang, linux-kernel, linux-gpio,
linux-arm-kernel, Matthias Brugger
On Wed, 11 Mar 2015, Guenter Roeck wrote:
> Fix the following build failure:
>
> In file included from drivers/pinctrl/mediatek/pinctrl-mt8135.c:24:0:
> drivers/pinctrl/mediatek/pinctrl-mtk-mt8135.h:19:32: fatal error:
> pinctrl-mtk-common.h: No such file or directory
>
> seen when building arm:multi_v7_defconfig.
>
> Fixes: 94097d89c145 ("pinctrl: mediatek: Add Pinctrl/GPIO driver for mt8135.")
> Cc: Hongzhou Yang <hongzhou.yang@mediatek.com>
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This fixes the next-20150311 build here.
Reviewed-by: Paul Walmsley <paul@pwsan.com>
- Paul
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH -next] pinctrl: mediatek: Fix include directive
2015-03-11 16:05 [PATCH -next] pinctrl: mediatek: Fix include directive Guenter Roeck
2015-03-11 19:16 ` Paul Walmsley
@ 2015-03-18 9:59 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2015-03-18 9:59 UTC (permalink / raw)
To: Guenter Roeck
Cc: Matthias Brugger, linux-gpio, linux-arm-kernel, linux-kernel,
Hongzhou Yang
On Wed, Mar 11, 2015 at 5:05 PM, Guenter Roeck <linux@roeck-us.net> wrote:
> Fix the following build failure:
>
> In file included from drivers/pinctrl/mediatek/pinctrl-mt8135.c:24:0:
> drivers/pinctrl/mediatek/pinctrl-mtk-mt8135.h:19:32: fatal error:
> pinctrl-mtk-common.h: No such file or directory
>
> seen when building arm:multi_v7_defconfig.
>
> Fixes: 94097d89c145 ("pinctrl: mediatek: Add Pinctrl/GPIO driver for mt8135.")
> Cc: Hongzhou Yang <hongzhou.yang@mediatek.com>
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Patch applied with Paul's Review tag, sorry for lagging
behind on mail :(
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-18 9:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 16:05 [PATCH -next] pinctrl: mediatek: Fix include directive Guenter Roeck
2015-03-11 19:16 ` Paul Walmsley
2015-03-18 9:59 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).