Skip to content

Commit

Permalink
staging: keucr: remove String func prototypes
Browse files Browse the repository at this point in the history
Commit 1b9f644 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>
  • Loading branch information
Davidlohr Bueso authored and Greg Kroah-Hartman committed Sep 14, 2012
1 parent 129575f commit 43bf2f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/keucr/smcommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ Define Difinetion
#define ERR_NoSmartMedia 0x003A /* Medium Not Present */

/***************************************************************************/
void StringCopy(char *, char *, int);
int StringCmp(char *, char *, int);

#endif

0 comments on commit 43bf2f4

Please sign in to comment.