mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] irqchip/gic-pm: remove PM_CLK dependency
@ 2019-06-20 15:57 Sameer Pujar
  2019-06-20 16:03 ` Jon Hunter
  0 siblings, 1 reply; 2+ messages in thread
From: Sameer Pujar @ 2019-06-20 15:57 UTC (permalink / raw)
  To: thierry.reding, jonathanh, marc.zyngier, jason, tglx
  Cc: linux-tegra, linux-kernel, Sameer Pujar

gic-pm driver does not use pm-clk interface now and hence the dependency
is removed from Kconfig.

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
---
 drivers/irqchip/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 2d3b5a2..6346d6f 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -15,7 +15,6 @@ config ARM_GIC_PM
 	bool
 	depends on PM
 	select ARM_GIC
-	select PM_CLK
 
 config ARM_GIC_MAX_NR
 	int
-- 
2.7.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-20 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-20 15:57 [PATCH] irqchip/gic-pm: remove PM_CLK dependency Sameer Pujar
2019-06-20 16:03 ` Jon Hunter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome