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

clk: Rename clk-gpio-gate.c to clk-gpio.c

The file clk-gpio-gate.c does not only contain the gate clock, but also
the mux clock. Rename the file to clk-gpio.c.

Cc: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Sergej Sawazki <ce3a@gmx.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

authored by

Sergej Sawazki and committed by
Stephen Boyd
bb68a4f1 80eeb1f0

+1 -1
+1 -1
drivers/clk/Makefile
··· 9 9 obj-$(CONFIG_COMMON_CLK) += clk-mux.o 10 10 obj-$(CONFIG_COMMON_CLK) += clk-composite.o 11 11 obj-$(CONFIG_COMMON_CLK) += clk-fractional-divider.o 12 - obj-$(CONFIG_COMMON_CLK) += clk-gpio-gate.o 12 + obj-$(CONFIG_COMMON_CLK) += clk-gpio.o 13 13 ifeq ($(CONFIG_OF), y) 14 14 obj-$(CONFIG_COMMON_CLK) += clk-conf.o 15 15 endif
drivers/clk/clk-gpio-gate.c drivers/clk/clk-gpio.c