Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: pinctrl: Correct the header guard of mt6795-pinfunc.h

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>

authored by

Wei Li and committed by
Linus Walleij
c12c1987 52d13b1d

+2 -2
+2 -2
include/dt-bindings/pinctrl/mt6795-pinfunc.h
··· 4 4 * Author: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> 5 5 */ 6 6 7 - #ifndef __DTS_MT8173_PINFUNC_H 8 - #define __DTS_MT8173_PINFUNC_H 7 + #ifndef __DTS_MT6795_PINFUNC_H 8 + #define __DTS_MT6795_PINFUNC_H 9 9 10 10 #include <dt-bindings/pinctrl/mt65xx.h> 11 11