Commit 20cc7995 authored by Pieter-Paul Giesberts's avatar Pieter-Paul Giesberts Committed by Greg Kroah-Hartman

staging: brcm80211: SPARC build error fix

Due to missing memset function declaration.
Reviewed-by: default avatarRoland Vossen <rvossen@broadcom.com>
Signed-off-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 9818a477
......@@ -16,6 +16,7 @@
#include <linux/io.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <brcm_hw_ids.h>
#include <chipcommon.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment