]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: dts: rockchip: fix include reference
authorArnd Bergmann <arnd@arndb.de>
Fri, 19 May 2017 12:12:00 +0000 (14:12 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 May 2017 12:12:00 +0000 (14:12 +0200)
commitbcb411d171c75cba93c325d090ea810651c51c9b
treea95205538482a77dfcd2b0f8295e9d77880a7b98
parente5bbd805f58969e467a06ff7f38a20ef37c0a8c8
arm64: dts: rockchip: fix include reference

The way we handle include paths for DT has changed a bit, which
broke a file that had an unconventional way to reference a common
header file:

arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts:47:10: fatal error: include/dt-bindings/input/linux-event-codes.h: No such file or directory

This removes the leading "include/" from the path name, which fixes it.

Fixes: 8ac5382a85d1 ("devicetree: Move include prefixes from arch to separate directory")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts