* [PATCH] vexpress: remove declaration of vexpress_clk_of_init()
@ 2013-10-29 3:40 Kefeng Wang
2013-11-01 12:35 ` Pawel Moll
0 siblings, 1 reply; 2+ messages in thread
From: Kefeng Wang @ 2013-10-29 3:40 UTC (permalink / raw)
To: linux-kernel
Cc: Pawel Moll, Catalin Marinas, Mike Turquette, Andrew Morton,
Russell King, Kefeng Wang
After commit:6e973d2c(clk: vexpress: Add separate SP810 driver),
vexpress_clk_of_init() is unnecessary and removed, so kill it.
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
include/linux/vexpress.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/vexpress.h b/include/linux/vexpress.h
index 617c01b..0e65172 100644
--- a/include/linux/vexpress.h
+++ b/include/linux/vexpress.h
@@ -122,6 +122,5 @@ struct clk *vexpress_osc_setup(struct device *dev);
void vexpress_osc_of_setup(struct device_node *node);
void vexpress_clk_init(void __iomem *sp810_base);
-void vexpress_clk_of_init(void);
#endif
--
1.8.2.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] vexpress: remove declaration of vexpress_clk_of_init()
2013-10-29 3:40 [PATCH] vexpress: remove declaration of vexpress_clk_of_init() Kefeng Wang
@ 2013-11-01 12:35 ` Pawel Moll
0 siblings, 0 replies; 2+ messages in thread
From: Pawel Moll @ 2013-11-01 12:35 UTC (permalink / raw)
To: Kefeng Wang
Cc: linux-kernel@vger.kernel.org, Catalin Marinas, Mike Turquette,
Andrew Morton, Russell King
On Tue, 2013-10-29 at 03:40 +0000, Kefeng Wang wrote:
> After commit:6e973d2c(clk: vexpress: Add separate SP810 driver),
> vexpress_clk_of_init() is unnecessary and removed, so kill it.
>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---
> include/linux/vexpress.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/linux/vexpress.h b/include/linux/vexpress.h
> index 617c01b..0e65172 100644
> --- a/include/linux/vexpress.h
> +++ b/include/linux/vexpress.h
> @@ -122,6 +122,5 @@ struct clk *vexpress_osc_setup(struct device *dev);
> void vexpress_osc_of_setup(struct device_node *node);
>
> void vexpress_clk_init(void __iomem *sp810_base);
> -void vexpress_clk_of_init(void);
>
> #endif
I've got this covered by some other patches, but thanks for pointing it
out anyway.
Cheers!
Pawel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-01 12:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-29 3:40 [PATCH] vexpress: remove declaration of vexpress_clk_of_init() Kefeng Wang
2013-11-01 12:35 ` Pawel Moll
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox