irqchip: add irq-omap-intc.h header
authorFelipe Balbi <balbi@ti.com>
Mon, 15 Sep 2014 21:15:01 +0000 (16:15 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 16 Sep 2014 21:44:59 +0000 (14:44 -0700)
commiteaacabc0d9b637c82788c66955b4ba0efebd5500
tree9ca18567f72ccb589c38c10e12901ba444d3bc5d
parente92ce89c29fe104bc1246913f385093bbae7b564
irqchip: add irq-omap-intc.h header

OMAP INTC irqchip driver will be moved under
drivers/irqchip/ soon but we still have a dependency
with mach-omap2 when it comes to idle functions.

In order to make it easy to share those function
prototypes with OMAP PM code, we introduce this new
header.

To avoid modifying several board-files and some of
the PM-related code, we just include the new header
from common.h which was already included by all
users of IRQ-related PM code.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/common.h
include/linux/irqchip/irq-omap-intc.h [new file with mode: 0644]