commit | b83da291b4c73eaddc20e2edb614123a6d681b3b | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Fri Jun 18 11:10:01 2010 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Mon Jul 05 16:14:25 2010 -0600 |
tree | de3388516ccdc635b93839492279fed3ca7e20d0 | |
parent | b6295c8b85fe83e5679b7b8bebe4df85deebebfc [diff] |
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>