Browse Source

staging: brcm80211: SPARC build error fix

Due to missing memset function declaration.

Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Pieter-Paul Giesberts 14 years ago
parent
commit
20cc7995fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/brcm80211/brcmsmac/otp.c

+ 1 - 0
drivers/staging/brcm80211/brcmsmac/otp.c

@@ -16,6 +16,7 @@
 
 #include <linux/io.h>
 #include <linux/errno.h>
+#include <linux/string.h>
 
 #include <brcm_hw_ids.h>
 #include <chipcommon.h>