Commit 0f8fd6e3 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] missing include in pcm_native.c

compile fix for alpha - io.h is needed there for io_remap_...()
Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 8df01d97
......@@ -33,6 +33,7 @@
#include <sound/pcm_params.h>
#include <sound/timer.h>
#include <sound/minors.h>
#include <asm/io.h>
/*
* Compatibility
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment