staging/ozwpan: Add missing header includes
ozcdev.c and ozhcd.c should include their own header file, so sparse knows which functions are declared and which not. Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ff6944304e
commit
4f9d5b2f9a
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#include "ozpd.h"
|
||||
#include "ozproto.h"
|
||||
#include "ozevent.h"
|
||||
#include "ozcdev.h"
|
||||
/*------------------------------------------------------------------------------
|
||||
*/
|
||||
#define OZ_RD_BUF_SZ 256
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "oztrace.h"
|
||||
#include "ozurbparanoia.h"
|
||||
#include "ozevent.h"
|
||||
#include "ozhcd.h"
|
||||
/*------------------------------------------------------------------------------
|
||||
* Number of units of buffering to capture for an isochronous IN endpoint before
|
||||
* allowing data to be indicated up.
|
||||
|
|
Loading…
Reference in a new issue