mirror of https://gitee.com/openkylin/linux.git
staging: wlan-ng: hfa384x.h: fix for error reported by smatch
Add the missing header include for 'struct urb' datatypes to avoid potential build issues. Found using smatch. Signed-off-by: Kumar Amit Mehta <gmate.amit@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bdafb167d3
commit
2e38027588
|
@ -59,6 +59,7 @@
|
|||
#define HFA384x_FIRMWARE_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c))
|
||||
|
||||
#include <linux/if_ether.h>
|
||||
#include <linux/usb.h>
|
||||
|
||||
/*--- Mins & Maxs -----------------------------------*/
|
||||
#define HFA384x_PORTID_MAX ((u16)7)
|
||||
|
|
Loading…
Reference in New Issue