1
0
Fork 0

staging: keucr: remove String func prototypes

Commit 1b9f644dfe 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>
hifive-unleashed-5.1
Davidlohr Bueso 2012-09-13 00:45:29 +02:00 committed by Greg Kroah-Hartman
parent 129575f2a8
commit 43bf2f4bfe
1 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,5 @@ Define Difinetion
#define ERR_NoSmartMedia 0x003A /* Medium Not Present */
/***************************************************************************/
void StringCopy(char *, char *, int);
int StringCmp(char *, char *, int);
#endif