]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: wilc1000: remove unused string functions
authorArnd Bergmann <arnd@arndb.de>
Mon, 1 Jun 2015 19:06:35 +0000 (21:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Jun 2015 04:45:21 +0000 (13:45 +0900)
commit4ec5d4a4f67771d19ab6a97c2591cbfc3aaba7cc
tree59cb946abc67cb076594a9ab219f33fc5a6df76e
parentf155bcf8deb4e93ea63aeb62b504fa6c0b007065
staging: wilc1000: remove unused string functions

The driver provides wrappers for a lot of string operations.
Some of them are unused, while others should be replaced
with normal kernel functions.

This replaces the unused ones for now, and leaves the other
ones for a later cleanup.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_osconfig.h
drivers/staging/wilc1000/wilc_oswrapper.h
drivers/staging/wilc1000/wilc_platform.h
drivers/staging/wilc1000/wilc_strutils.c
drivers/staging/wilc1000/wilc_strutils.h