ARM: OMAP4+: PRCM MPU: Move function prototypes to common header for re-use
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Wed, 29 May 2013 16:38:05 +0000 (12:38 -0400)
committerPaul Walmsley <paul@pwsan.com>
Sat, 8 Jun 2013 17:54:40 +0000 (11:54 -0600)
commit40243ad3cfcfcb79f775e6326bb2b94d6e43a01c
tree036091eabeab57ee73a5abff3a7b3c9dd226ab43
parentdfab439fac8aaecc65cdd124016992560ddeeac5
ARM: OMAP4+: PRCM MPU: Move function prototypes to common header for re-use

OMAP5 reuses OMAP4 MPU PRCM IP block which lets us re-use functions.
So move the function prototypes from prcm_mpu44xx.h to prcm_mpu_44xx_54xx.h
header. The suggestion came from Paul Walmsley as part of the
OMAP5 data file review.

This is preparatory  patch to add OMAP5 MPU PRCM data file.

Cc: Paul Walmsley <paul@pwsan.com>
Acked-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/prcm_mpu44xx.h
arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h [new file with mode: 0644]