aboutsummaryrefslogtreecommitdiffstats
path: root/sound/aoa/core
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2013-09-17 15:28:33 -0400
committerRob Herring <rob.herring@calxeda.com>2013-10-09 21:04:04 -0400
commit5af5073004071cedd0343eee51d77955037ec6f3 (patch)
tree55bf69f5211017c8a842545f58970ac20c5caa0a /sound/aoa/core
parent5c9f303e996516dd0dcc2ce8c2b95504d3137b19 (diff)
drivers: clean-up prom.h implicit includes
Powerpc is a mess of implicit includes by prom.h. Add the necessary explicit includes to drivers in preparation of prom.h cleanup. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'sound/aoa/core')
-rw-r--r--sound/aoa/core/gpio-feature.c3
1 files changed, 2 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