mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
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>
This commit is contained in:
parent
129575f2a8
commit
43bf2f4bfe
@ -25,7 +25,5 @@ Define Difinetion
|
||||
#define ERR_NoSmartMedia 0x003A /* Medium Not Present */
|
||||
|
||||
/***************************************************************************/
|
||||
void StringCopy(char *, char *, int);
|
||||
int StringCmp(char *, char *, int);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user