All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqchip/gic-pm: remove PM_CLK dependency
@ 2019-06-20 15:57 ` Sameer Pujar
  0 siblings, 0 replies; 4+ 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 related	[flat|nested] 4+ messages in thread

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

Thread overview: 4+ 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 15:57 ` Sameer Pujar
2019-06-20 16:03 ` Jon Hunter
2019-06-20 16:03   ` Jon Hunter

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.