Added missing include mach/irqs.h

This commit is contained in:
Matt Sealey
2011-01-13 17:15:07 -06:00
parent 2b550492ee
commit 40b9ebc8a6

View File

@@ -21,6 +21,7 @@
#include <mach/common.h>
#include <mach/hardware.h>
#include <mach/gpio.h>
#include <mach/irqs.h>
#include "devices.h"
#include "mx51_pins.h"