[U-Boot] [PATCH 1/3] drivers: fix typo for pinctrl qca953x

Rosy Song rosysong at rosinson.com
Tue Feb 5 09:49:43 UTC 2019


Signed-off-by: Rosy Song <rosysong at rosinson.com>
---
 drivers/pinctrl/ath79/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/ath79/Makefile b/drivers/pinctrl/ath79/Makefile
index 1daa2123a1..c7d1e44882 100644
--- a/drivers/pinctrl/ath79/Makefile
+++ b/drivers/pinctrl/ath79/Makefile
@@ -1,4 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0+
 
 obj-$(CONFIG_PINCTRL_AR933X) += pinctrl_ar933x.o
-obj-$(CONFIG_PINCTRL_QCA953x) += pinctrl_qca953x.o
+obj-$(CONFIG_PINCTRL_QCA953X) += pinctrl_qca953x.o
-- 
2.17.0



More information about the U-Boot mailing list