diff options
author | Rob Herring <robh@kernel.org> | 2023-10-03 18:32:02 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-10-06 11:11:40 +0200 |
commit | fdfc374af5dc345fbb9686921fa60176c1c41da0 (patch) | |
tree | ad9f34e55ec447e83697158645a64acffafa0604 /sound/aoa/aoa.h | |
parent | ALSA: aloop: Add control element for getting the access mode (diff) | |
download | linux-fdfc374af5dc345fbb9686921fa60176c1c41da0.tar.xz linux-fdfc374af5dc345fbb9686921fa60176c1c41da0.zip |
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.h')
-rw-r--r-- | sound/aoa/aoa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/aoa/aoa.h b/sound/aoa/aoa.h index 3d2d03ff6337..badff9f7cd54 100644 --- a/sound/aoa/aoa.h +++ b/sound/aoa/aoa.h @@ -7,7 +7,6 @@ #ifndef __AOA_H #define __AOA_H -#include <asm/prom.h> #include <linux/module.h> #include <sound/core.h> #include <sound/asound.h> |