18 May
2011
18 May
'11
11:28 a.m.
Just in case a prototype changes, we'll be warned. This also fixes a sparse warning.
Signed-off-by: Daniel Mack zonque@gmail.com --- sound/usb/format.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/usb/format.c b/sound/usb/format.c index f079b5e..8d042dc 100644 --- a/sound/usb/format.c +++ b/sound/usb/format.c @@ -30,6 +30,7 @@ #include "helper.h" #include "debug.h" #include "clock.h" +#include "format.h"
/* * parse the audio format type I descriptor
--
1.7.5.1