Skip to content

Commit

Permalink
ARM: vexpress: remove dependency on mach/* headers
Browse files Browse the repository at this point in the history
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Pawel Moll <pawel.moll@arm.com>
  • Loading branch information
Arnd Bergmann authored and Rob Herring committed Sep 14, 2012
1 parent 06413f1 commit db6b672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-vexpress/ct-ca9x4.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "core.h"

#include <mach/motherboard.h>
#include <mach/irqs.h>

#include <plat/clcd.h>

Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-vexpress/include/mach/irqs.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#define IRQ_LOCALTIMER 29
#define IRQ_LOCALWDOG 30

#ifndef CONFIG_SPARSE_IRQ
#define NR_IRQS 256
#endif

0 comments on commit db6b672

Please sign in to comment.