Skip to content

Commit

Permalink
ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build error
Browse files Browse the repository at this point in the history
When CONFIG_OF is disabled, the compile fails with:

arch/arm/mach-omap2/prm44xx.c:41: error: 'OMAP44XX_IRQ_PRCM' undeclared here (not in a function)

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Feb 13, 2012
1 parent d65b4e9 commit e6fa35a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-omap2/prm44xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include "common.h"
#include <plat/cpu.h>
#include <plat/irqs.h>
#include <plat/prcm.h>

#include "vp.h"
Expand Down

0 comments on commit e6fa35a

Please sign in to comment.