summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c b/firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
index 446932b308..3d0ff977da 100644
--- a/firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
+++ b/firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
@@ -22,6 +22,7 @@
22 ****************************************************************************/ 22 ****************************************************************************/
23#include "config.h" 23#include "config.h"
24#include "system.h" 24#include "system.h"
25#include "avic-imx31.h"
25#include "gpio-imx31.h" 26#include "gpio-imx31.h"
26 27
27/* Gigabeat S definitions for static GPIO event registration */ 28/* Gigabeat S definitions for static GPIO event registration */
@@ -44,7 +45,7 @@ static const struct gpio_event gpio1_events[] =
44/* Describes the events attached to GPIO1 port */ 45/* Describes the events attached to GPIO1 port */
45const struct gpio_event_list gpio1_event_list = 46const struct gpio_event_list gpio1_event_list =
46{ 47{
47 .ints_priority = 7, 48 .ints_priority = INT_PRIO_DEFAULT,
48 .count = ARRAYLEN(gpio1_events), 49 .count = ARRAYLEN(gpio1_events),
49 .events = gpio1_events, 50 .events = gpio1_events,
50}; 51};