Skip to content

Commit

Permalink
brcmfmac: include linux/vmalloc.h from usb.c
Browse files Browse the repository at this point in the history
This avoids build failures on some architectures...

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Arend van Spriel <arend@broadcom.com>
  • Loading branch information
John W. Linville committed Nov 20, 2012
1 parent 5b15d0f commit e2ff049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/brcm80211/brcmfmac/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <linux/module.h>
#include <linux/firmware.h>
#include <linux/usb.h>
#include <linux/vmalloc.h>

#include <brcmu_utils.h>
#include <brcmu_wifi.h>
Expand Down

0 comments on commit e2ff049

Please sign in to comment.