diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-09-06 15:02:33 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 16:49:08 +0200 |
commit | ef285fe6ef3620fbac5d7fc4c0560e276adb0fc2 (patch) | |
tree | 765b30e8075c989db8a234226bd86a735f8e9db3 /sound/sparc | |
parent | b875bf3aaf743fb461ab97e07752fbd825c2d78f (diff) |
[ALSA] dbri - Use linux/of.h instead of asm/prom.h
The linux/of.h header should be used instead of asm/prom.h.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/sparc')
-rw-r--r-- | sound/sparc/dbri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c index e96023fcdbec..376b98691c96 100644 --- a/sound/sparc/dbri.c +++ b/sound/sparc/dbri.c @@ -66,7 +66,7 @@ #include <sound/control.h> #include <sound/initval.h> -#include <asm/prom.h> +#include <linux/of.h> #include <asm/sbus.h> #include <asm/atomic.h> |