ARM: OMAP2+: PRM: remove PRM weak functions
authorPaul Walmsley <paul@pwsan.com>
Sun, 21 Oct 2012 07:01:09 +0000 (01:01 -0600)
committerPaul Walmsley <paul@pwsan.com>
Sun, 21 Oct 2012 07:01:09 +0000 (01:01 -0600)
commit7a0c19337c38a1ffa7587272e7784e6431e78eaa
treec8c2828c82bcd86b3e8b28cd1a9f358ea4db30ae
parent6f0c0580b70c89094b3422ba81118c7b959c7556
ARM: OMAP2+: PRM: remove PRM weak functions

Remove the now-unused PRM weak functions from prm_common.c.  These
were formerly used to ensure that some OMAP2/3 PRM code would build on
OMAP4, but none of those functions ever would have worked on OMAP4 due
to an incompatible PRM register layout.  Now all that has been cleaned
up and these can be removed.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Reviewed-by: Russ Dill <Russ.Dill@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-omap2/prm_common.c