All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 8/9] clk: hisilicon: rename ARCH_HI3xxx to ARCH_HI36xx
@ 2015-12-03  2:48 Jiancheng Xue
  0 siblings, 0 replies; only message in thread
From: Jiancheng Xue @ 2015-12-03  2:48 UTC (permalink / raw)
  To: mturquette, sboyd, xuwei5, haojian.zhuang, zhangfei.gao, bintian.wang
  Cc: linux-kernel, linux-clk, yanhaifeng, yanghongwei, suwenping,
	ml.yang, gaofei, Jiancheng Xue

Rename ARCH_HI3xxx to ARCH_HI36xx.

Signed-off-by: Jiancheng Xue <xuejiancheng@huawei.com>
---
 drivers/clk/hisilicon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/hisilicon/Makefile b/drivers/clk/hisilicon/Makefile
index 9a601c0..5a1c195 100644
--- a/drivers/clk/hisilicon/Makefile
+++ b/drivers/clk/hisilicon/Makefile
@@ -4,7 +4,7 @@
 
 obj-y	+= clk.o clkgate-separated.o clkdivider-hi6220.o
 
-obj-$(CONFIG_ARCH_HI3xxx)	+= clk-hi3620.o
+obj-$(CONFIG_ARCH_HI36xx)	+= clk-hi3620.o
 obj-$(CONFIG_ARCH_HIP04)	+= clk-hip04.o
 obj-$(CONFIG_ARCH_HIX5HD2)	+= clk-hix5hd2.o
 obj-$(CONFIG_COMMON_CLK_HI6220)	+= clk-hi6220.o
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-03  3:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-03  2:48 [PATCH v2 8/9] clk: hisilicon: rename ARCH_HI3xxx to ARCH_HI36xx Jiancheng Xue

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.