Skip to content

Commit

Permalink
staging: brcm80211: SPARC build error fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pieter-Paul Giesberts authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 9818a47 commit 20cc799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/brcm80211/brcmsmac/otp.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <linux/io.h>
#include <linux/errno.h>
#include <linux/string.h>

#include <brcm_hw_ids.h>
#include <chipcommon.h>
Expand Down

0 comments on commit 20cc799

Please sign in to comment.