Skip to content

Commit

Permalink
[ALSA] dbri - Use linux/of.h instead of asm/prom.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof-H authored and perexg committed Oct 16, 2007
1 parent b875bf3 commit ef285fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/sparc/dbri.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit ef285fe

Please sign in to comment.