aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/gpio/mt6797/mt_gpio_ext.c
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2016-11-25 14:23:35 +0000
committerDaniel Thompson <daniel.thompson@linaro.org>2017-01-25 13:48:03 +0000
commit5ae82701b258ec954c2c4d5234123ac39af8cebe (patch)
tree3eb7ba1626615295014a2584e5228437f0bafdff /drivers/misc/mediatek/gpio/mt6797/mt_gpio_ext.c
parentf82491b22dbe8025bdd59a84f7e3675a43e6a456 (diff)
x20: Fix build when -I$(src) is not forcibly added to ccflagshacking/x20-3.18-fix_includes
Currently the x20 build relies on the original source directory being added to the CLFAGS, however regular (non-android) kernel builds never do this. Rather than requiring a wrapper around the build system to force this it is better to fix the Makefiles for drivers where this is required (and to replace #include <> with #include "" for other drivers). Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Diffstat (limited to 'drivers/misc/mediatek/gpio/mt6797/mt_gpio_ext.c')
-rw-r--r--drivers/misc/mediatek/gpio/mt6797/mt_gpio_ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mediatek/gpio/mt6797/mt_gpio_ext.c b/drivers/misc/mediatek/gpio/mt6797/mt_gpio_ext.c
index a35c91ab091e..99245e110a8f 100644
--- a/drivers/misc/mediatek/gpio/mt6797/mt_gpio_ext.c
+++ b/drivers/misc/mediatek/gpio/mt6797/mt_gpio_ext.c
@@ -10,7 +10,7 @@
#include <mt-plat/mt_gpio.h>
#include <mt-plat/mt_gpio_core.h>
-#include <mt_gpio_ext.h>
+#include "mt_gpio_ext.h"
/* #define MAX_GPIO_REG_BITS 16 */
/* #define MAX_GPIO_MODE_PER_REG 5 */