* [PATCH 5/10] OPP layer and additional cleanups
@ 2009-12-31 13:29 Romit Dasgupta
0 siblings, 0 replies; only message in thread
From: Romit Dasgupta @ 2009-12-31 13:29 UTC (permalink / raw)
To: paul, nm, khilman; +Cc: linux-omap@vger.kernel.org
Remove struct omap_opp pointers. The book keeping of OPPs are now
encapsulated within the OPP layer.
diff --git a/arch/arm/plat-omap/common.c b/arch/arm/plat-omap/common.c
index 952d506..67a1850 100644
--- a/arch/arm/plat-omap/common.c
+++ b/arch/arm/plat-omap/common.c
@@ -52,12 +52,6 @@ int omap_board_config_size;
/* used by omap-smp.c and board-4430sdp.c */
void __iomem *gic_cpu_base_addr;
-#ifdef CONFIG_OMAP_PM_NONE
-struct omap_opp *mpu_opps;
-struct omap_opp *dsp_opps;
-struct omap_opp *l3_opps;
-#endif
-
static const void *get_config(u16 tag, size_t len, int skip, size_t *len_out)
{
struct omap_board_config_kernel *kinfo = NULL;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-31 13:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-31 13:29 [PATCH 5/10] OPP layer and additional cleanups Romit Dasgupta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox