OSDN Git Service

staging: brcm80211: cleanup functions in nvram.c
authorArend van Spriel <arend@broadcom.com>
Fri, 13 May 2011 09:59:29 +0000 (11:59 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 May 2011 19:03:52 +0000 (12:03 -0700)
commit755f609cb3f64c6b5d25979c805fae16c4cc0c33
treeb0de8b98631dc0236a3a9e66b2494c45ba1508bb
parent1f602d683ca10704081d49b3223c51608f1945d1
staging: brcm80211: cleanup functions in nvram.c

Several function in nvram.c take a pointer value which is not
actually used. These are removed and the header file contained
some other prototypes that were not implemented. As this source
file was the only one using the header file siutils.h it has been
removed.

Cc: devel@linuxdriverproject.org
Cc: linux-wireless@vger.kernel.org
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Henry Ptasinski <henryp@broadcom.com>
Reviewed-by: Brett Rudley <brudley@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/aiutils.c
drivers/staging/brcm80211/brcmsmac/nvram.c
drivers/staging/brcm80211/include/bcmnvram.h
drivers/staging/brcm80211/include/siutils.h [deleted file]