From: Kumar Amit Mehta Date: Sat, 16 Feb 2013 13:01:22 +0000 (-0800) Subject: staging: wlan-ng: hfa384x.h: fix for error reported by smatch X-Git-Tag: next-20130220~26^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2e38027588479421d244266f6edc0b4945546271;p=karo-tx-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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h index 04c04336ee75..3dfa85ccc504 100644 --- a/drivers/staging/wlan-ng/hfa384x.h +++ b/drivers/staging/wlan-ng/hfa384x.h @@ -59,6 +59,7 @@ #define HFA384x_FIRMWARE_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c)) #include +#include /*--- Mins & Maxs -----------------------------------*/ #define HFA384x_PORTID_MAX ((u16)7)