forked from luck/tmp_suning_uos_patched
pinctrl: mediatek: Fix include directive
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> Reviewed-by: Paul Walmsley <paul@pwsan.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
9895afae1b
commit
d48c532eb4
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user