]> 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)
commitcfa6c77b2432ef185cfb4afc406bb0c5c4ad1f24
treea95205538482a77dfcd2b0f8295e9d77880a7b98
parentd724407ce939280961df9ddd1e38ed4c48cc86e7
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: 098fc857fb01 ("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