summaryrefslogtreecommitdiff
path: root/trafgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'trafgen.c')
0 files changed, 0 insertions, 0 deletions
next.git/commit/sound/isa/cs423x?id=37419584abbb3abf3fae6b9eb6869f18c95f6a1d'>37419584abbb3abf3fae6b9eb6869f18c95f6a1d (patch) tree88babd1e9f02492c0c9b693cafecbd961329eef6 /sound/isa/cs423x parent5e0ddd07fa8fcbb84faac666d36ff9c37449a849 (diff)
ALSA: sscape: add missing include of linux/io.h
The soundscape driver uses the ISA inb/outb functions declared in linux/io.h, so it needs to include this header to avoid a build error: sscape.c: In function 'sscape_write_unsafe': sscape.c:203:2: error: implicit declaration of function 'outb' [-Werror=implicit-function-declaration] Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/cs423x')