diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-09-06 09:02:33 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 10:49:08 -0400 |
commit | ef285fe6ef3620fbac5d7fc4c0560e276adb0fc2 (patch) | |
tree | 765b30e8075c989db8a234226bd86a735f8e9db3 /sound/sparc/dbri.c | |
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/dbri.c')
-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 @@ | |||
66 | #include <sound/control.h> | 66 | #include <sound/control.h> |
67 | #include <sound/initval.h> | 67 | #include <sound/initval.h> |
68 | 68 | ||
69 | #include <asm/prom.h> | 69 | #include <linux/of.h> |
70 | #include <asm/sbus.h> | 70 | #include <asm/sbus.h> |
71 | #include <asm/atomic.h> | 71 | #include <asm/atomic.h> |
72 | 72 | ||