summaryrefslogtreecommitdiff
path: root/sound/aoa/aoa-gpio.h
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-10-03 11:32:02 -0500
committerTakashi Iwai <tiwai@suse.de>2023-10-06 11:11:40 +0200
commitfdfc374af5dc345fbb9686921fa60176c1c41da0 (patch)
treead9f34e55ec447e83697158645a64acffafa0604 /sound/aoa/aoa-gpio.h
parente299a9fd433fe13702724f7f9b2f0f49f5345126 (diff)
ALSA: aoa: Replace asm/prom.h with explicit includes
asm/prom.h should not be included directly as it no longer contains anything drivers need. Drivers should include of.h and/or other headers which were getting implicitly included. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20231003163209.770750-1-robh@kernel.org Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/aoa/aoa-gpio.h')
-rw-r--r--sound/aoa/aoa-gpio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/aoa/aoa-gpio.h b/sound/aoa/aoa-gpio.h
index 54f9a78fa08e..77ae75d7594c 100644
--- a/sound/aoa/aoa-gpio.h
+++ b/sound/aoa/aoa-gpio.h
@@ -9,7 +9,6 @@
#define __AOA_GPIO_H
#include <linux/workqueue.h>
#include <linux/mutex.h>
-#include <asm/prom.h>
typedef void (*notify_func_t)(void *data);