LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP3: vc: Remove unused macros
@ 2015-09-17 13:24 Javier Martinez Canillas
  2015-10-12 17:57 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Javier Martinez Canillas @ 2015-09-17 13:24 UTC (permalink / raw
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

The PRM_POLCTRL_TWL_MASK and PRM_POLCTRL_TWL_MASK
macros are not used so they can be deleted.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---

 arch/arm/mach-omap2/vc.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/mach-omap2/vc.c b/arch/arm/mach-omap2/vc.c
index d44d311704ba..2028167fff31 100644
--- a/arch/arm/mach-omap2/vc.c
+++ b/arch/arm/mach-omap2/vc.c
@@ -280,10 +280,6 @@ void omap3_vc_set_pmic_signaling(int core_next_state)
 	}
 }
 
-#define PRM_POLCTRL_TWL_MASK	(OMAP3430_PRM_POLCTRL_CLKREQ_POL | \
-					OMAP3430_PRM_POLCTRL_CLKREQ_POL)
-#define PRM_POLCTRL_TWL_VAL	OMAP3430_PRM_POLCTRL_CLKREQ_POL
-
 /*
  * Configure signal polarity for sys_clkreq and sys_off_mode pins
  * as the default values are wrong and can cause the system to hang
-- 
2.4.3


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

* Re: [PATCH] ARM: OMAP3: vc: Remove unused macros
  2015-09-17 13:24 [PATCH] ARM: OMAP3: vc: Remove unused macros Javier Martinez Canillas
@ 2015-10-12 17:57 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2015-10-12 17:57 UTC (permalink / raw
  To: Javier Martinez Canillas; +Cc: linux-kernel, linux-omap

* Javier Martinez Canillas <javier@osg.samsung.com> [150917 06:28]:
> The PRM_POLCTRL_TWL_MASK and PRM_POLCTRL_TWL_MASK
> macros are not used so they can be deleted.
> 
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

Thanks applying into omap-for-v4.4/cleanup.

Tony

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

end of thread, other threads:[~2015-10-12 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17 13:24 [PATCH] ARM: OMAP3: vc: Remove unused macros Javier Martinez Canillas
2015-10-12 17:57 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).