]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/clk: convert sunxi/clk-mod0.c to use builtin_platform_driver
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 3 Jun 2015 15:20:05 +0000 (11:20 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:39 +0000 (14:12 -0400)
commit77459a0feca4ae8757a905fd1791f039479e8e1e
tree7d4b27b28bd3e44d457cd3c4c275d95035caa596
parente35415e59f86d6b546a3681e2cda4f22b5b142c0
drivers/clk: convert sunxi/clk-mod0.c to use builtin_platform_driver

This driver builds based on obj-y and hence will not ever be
modular.  Change it to use the non-modular registration so that it
won't suffer a compile fail once a header move places the modular
registration within the module.h file.

Cc: "Emilio López" <emilio@elopez.com.ar>
Cc: Mike Turquette <mturquette@linaro.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: linux-clk@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/clk/sunxi/clk-mod0.c