of/powerpc: Move Powermac irq quirk code into powermac pic driver code
authorGrant Likely <grant.likely@secretlab.ca>
Fri, 18 Jun 2010 17:10:01 +0000 (11:10 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 5 Jul 2010 22:14:25 +0000 (16:14 -0600)
commitb83da291b4c73eaddc20e2edb614123a6d681b3b
treede3388516ccdc635b93839492279fed3ca7e20d0
parentb6295c8b85fe83e5679b7b8bebe4df85deebebfc
of/powerpc: Move Powermac irq quirk code into powermac pic driver code

The code that figures out what is wrong with the powermac irq device
tree data belongs with the rest of the powermac irq code.  This patch
moves it out of prom_parse.c and into powermac/pic.c so that it is only
compiled in when actually needed.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
arch/powerpc/include/asm/prom.h
arch/powerpc/kernel/prom_parse.c
arch/powerpc/platforms/powermac/pic.c