dt-bindings: pinctrl: Correct the header guard of mt6795-pinfunc.h
authorWei Li <liwei391@huawei.com>
Tue, 8 Nov 2022 09:45:29 +0000 (17:45 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 10 Nov 2022 08:19:43 +0000 (09:19 +0100)
Rename the header guard of mt6795-pinfunc.h from __DTS_MT8173_PINFUNC_H to
__DTS_MT6795_PINFUNC_H what corresponding with the file name.

Fixes: 81557a71564a ("dt-bindings: pinctrl: Add MediaTek MT6795 pinctrl bindings")
Signed-off-by: Wei Li <liwei391@huawei.com>
Link: https://lore.kernel.org/r/20221108094529.3597920-1-liwei391@huawei.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/dt-bindings/pinctrl/mt6795-pinfunc.h

index bd1c5a9fad069f19512eba718452ccdf2edb04ee..dfd3f6f13e0d77b78163ad072b6722e495ccdfae 100644 (file)
@@ -4,8 +4,8 @@
  * Author: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
  */
 
-#ifndef __DTS_MT8173_PINFUNC_H
-#define __DTS_MT8173_PINFUNC_H
+#ifndef __DTS_MT6795_PINFUNC_H
+#define __DTS_MT6795_PINFUNC_H
 
 #include <dt-bindings/pinctrl/mt65xx.h>