projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad81f05
)
sound: oss/vwsnd: Add missing inclusion of linux/delay.h
author
Takashi Iwai
<tiwai@suse.de>
Mon, 15 Jul 2013 09:58:55 +0000
(11:58 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 15 Jul 2013 10:07:56 +0000
(12:07 +0200)
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/oss/vwsnd.c
patch
|
blob
|
history
diff --git
a/sound/oss/vwsnd.c
b/sound/oss/vwsnd.c
index 7e814a5c36770a767e97b608aa028388ec419095..d8db9023bc55c6c7b901916a1bec990f84d9742d 100644
(file)
--- a/
sound/oss/vwsnd.c
+++ b/
sound/oss/vwsnd.c
@@
-149,6
+149,7
@@
#include <linux/interrupt.h>
#include <linux/mutex.h>
#include <linux/slab.h>
+#include <linux/delay.h>
#include <asm/visws/cobalt.h>