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>
This commit is contained in:
Pieter-Paul Giesberts 2011-08-08 15:59:03 +02:00 committed by Greg Kroah-Hartman
parent 9818a4775a
commit 20cc7995fe

View file

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