[PATCH v5 09/22] gpio/omap: cleanup omap1 related macros
From: Santosh <hidden>
Date: 2011-08-23 13:04:47
Also in:
linux-omap
From: Santosh <hidden>
Date: 2011-08-23 13:04:47
Also in:
linux-omap
On Thursday 04 August 2011 04:34 PM, Tarun Kanti DebBarma wrote:
From: Charulatha V<redacted> mpuio_init() function is defined under #ifdefs. It is required only in case of MPUIO bank type and only when PM operations are supported by it. This is applicable only in case of OMAP16xx SoC's MPUIO GPIO bank type. For all the other cases it is a dummy function. Hence clean up the same and remove all the OMAP SoC specific #ifdefs. bank_is_mpuio() is defined as a check to identify if the bank type is MPUIO. It is not required to define it separately as zero for OMAP2PLUS. Remove this. Signed-off-by: Charulatha V<redacted>
Looks good though it can be cleaned up in the patch where 'bank_is_mpuio()' introduced. Reviewed-by: Santosh Shilimkar <redacted> Regards Santosh