commit | cf21af5458cafc3c1bd2864e6f789de32ba778f6 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Tue Nov 06 13:14:26 2012 -0600 |
committer | Rob Herring <rob.herring@calxeda.com> | Sat Jan 12 10:47:33 2013 -0600 |
tree | 38741847434102a8e701be9d95d3e575cd4f337f | |
parent | 520f7bd73354f003a9a59937b28e4903d985c420 [diff] |
ARM: VIC: shrink down vic.h Move all register defines except VIC_INT_ENABLE and VIC_INT_ENABLE_CLEAR which are used by Samsung. With multi irq handler, vic.h is not included in assembly any more, so we can remove the assembly ifdefs. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Cc: Russell King <linux@arm.linux.org.uk> Acked-by: Olof Johansson <olof@lixom.net>