]> git.baikalelectronics.ru Git - kernel.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)
commit27d0083d47e27a7aed53b4c6affe735e24d4b4fc
tree59cb946abc67cb076594a9ab219f33fc5a6df76e
parentfb86b896e95a1b8fc9f51be78739493b25674db0
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