dt-bindings: gpio: Use Tegra186-specific include guard
authorThierry Reding <treding@nvidia.com>
Fri, 27 Nov 2020 14:08:51 +0000 (15:08 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 5 Dec 2020 21:34:12 +0000 (22:34 +0100)
Use a unique include guard for the Tegra186 GPIO DT bindings header to
avoid clashes with the DT bindings header for earlier chips.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20201127140852.123192-2-thierry.reding@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/dt-bindings/gpio/tegra186-gpio.h

index 0782b05e27750911b7b42a8a91d6ee74751e04ab..af0d9583be704bcb70f50993173cb9e55ba26d38 100644 (file)
@@ -8,8 +8,8 @@
  * The second cell contains standard flag values specified in gpio.h.
  */
 
-#ifndef _DT_BINDINGS_GPIO_TEGRA_GPIO_H
-#define _DT_BINDINGS_GPIO_TEGRA_GPIO_H
+#ifndef _DT_BINDINGS_GPIO_TEGRA186_GPIO_H
+#define _DT_BINDINGS_GPIO_TEGRA186_GPIO_H
 
 #include <dt-bindings/gpio/gpio.h>