Using #include <include/...> is a bit odd. It happens to work because the DTC
flags include -Iarch/FOO/boot/dts as well as arch/FOO/boot/dts/include and
arch/FOO/boot/dts/include/dt-bindings is a symlink to include/dt-bindings.
Signed-off-by: Ian Campbell <[email protected]>
Cc: Grant Likely <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: [email protected]
---
include/dt-bindings/pinctrl/am33xx.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dt-bindings/pinctrl/am33xx.h b/include/dt-bindings/pinctrl/am33xx.h
index 469e032..2fbc804 100644
--- a/include/dt-bindings/pinctrl/am33xx.h
+++ b/include/dt-bindings/pinctrl/am33xx.h
@@ -5,7 +5,7 @@
#ifndef _DT_BINDINGS_PINCTRL_AM33XX_H
#define _DT_BINDINGS_PINCTRL_AM33XX_H
-#include <include/dt-bindings/pinctrl/omap.h>
+#include <dt-bindings/pinctrl/omap.h>
/* am33xx specific mux bit defines */
#undef PULL_ENA
--
1.7.10.4
On Wed, Jul 3, 2013 at 10:44 AM, Ian Campbell <[email protected]> wrote:
> Using #include <include/...> is a bit odd. It happens to work because the DTC
> flags include -Iarch/FOO/boot/dts as well as arch/FOO/boot/dts/include and
> arch/FOO/boot/dts/include/dt-bindings is a symlink to include/dt-bindings.
>
> Signed-off-by: Ian Campbell <[email protected]>
> Cc: Grant Likely <[email protected]>
> Cc: Linus Walleij <[email protected]>
> Cc: [email protected]
Patch applied for pinctrl fixes, thanks.
Yours,
Linus Walleij