mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 23:20:05 +00:00
staging: keucr: remove String func prototypes
Commit 1b9f644dfeb638e0146ce54f4e48c87a2841a603 already got rid of StringCopy and StringCmp, so remove the left over prototypes. Signed-off-by: Davidlohr Bueso <dave@gnu.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
129575f2a8
commit
43bf2f4bfe
@ -25,7 +25,5 @@ Define Difinetion
|
|||||||
#define ERR_NoSmartMedia 0x003A /* Medium Not Present */
|
#define ERR_NoSmartMedia 0x003A /* Medium Not Present */
|
||||||
|
|
||||||
/***************************************************************************/
|
/***************************************************************************/
|
||||||
void StringCopy(char *, char *, int);
|
|
||||||
int StringCmp(char *, char *, int);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user