diff options
Diffstat (limited to 'sound/aoa')
-rw-r--r-- | sound/aoa/core/gpio-feature.c | 3 | ||||
-rw-r--r-- | sound/aoa/soundbus/i2sbus/core.c | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sound/aoa/core/gpio-feature.c b/sound/aoa/core/gpio-feature.c index faa317490545..f34153962d07 100644 --- a/sound/aoa/core/gpio-feature.c +++ b/sound/aoa/core/gpio-feature.c | |||
@@ -10,8 +10,9 @@ | |||
10 | * registers. | 10 | * registers. |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <asm/pmac_feature.h> | 13 | #include <linux/of_irq.h> |
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <asm/pmac_feature.h> | ||
15 | #include "../aoa.h" | 16 | #include "../aoa.h" |
16 | 17 | ||
17 | /* TODO: these are lots of global variables | 18 | /* TODO: these are lots of global variables |
diff --git a/sound/aoa/soundbus/i2sbus/core.c b/sound/aoa/soundbus/i2sbus/core.c index 15e76131b501..467836057ee5 100644 --- a/sound/aoa/soundbus/i2sbus/core.c +++ b/sound/aoa/soundbus/i2sbus/core.c | |||
@@ -11,6 +11,8 @@ | |||
11 | #include <linux/pci.h> | 11 | #include <linux/pci.h> |
12 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
13 | #include <linux/dma-mapping.h> | 13 | #include <linux/dma-mapping.h> |
14 | #include <linux/of_address.h> | ||
15 | #include <linux/of_irq.h> | ||
14 | 16 | ||
15 | #include <sound/core.h> | 17 | #include <sound/core.h> |
16 | 18 | ||