ARM: picoxcell: remove .nr_irqs reference
authorArnd Bergmann <arnd@arndb.de>
Thu, 20 Jun 2013 18:44:02 +0000 (20:44 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 20 Jun 2013 18:44:02 +0000 (20:44 +0200)
A recent cleanup caused build errors in some configurations
because the header defining NR_IRQS_LEGACY is not included
here. Since that value is the default, we can just as well
leave it out.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jamie Iles <jamie@jamieiles.com>

No differences found