Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318171
b: refs/heads/master
c: 6a4f6d3
h: refs/heads/master
i:
  318169: a6284c2
  318167: 380f3a4
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jul 20, 2012
1 parent 8a7c88d commit 530cea3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 45755da2d88b7e0ff9ab037968d64f27f0820317
refs/heads/master: 6a4f6d38a34a992f8fd1572fc8d5706c11089d5e
5 changes: 0 additions & 5 deletions trunk/drivers/staging/csr/csr_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ size_t CsrStrLen(const char *string)
return strlen(string);
}
EXPORT_SYMBOL_GPL(CsrStrLen);

char *CsrStrChr(const char *string, char c)
{
return strchr(string, c);
}
#endif

s32 CsrVsnprintf(char *string, size_t count, const char *format, va_list args)
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/csr/csr_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ void CsrUInt16ToHex(u16 number, char *str);
/*------------------------------------------------------------------*/
#ifdef CSR_USE_STDC_LIB
#define CsrMemCpy memcpy
#define CsrStrChr strchr
#define CsrStrLen strlen
#else /* !CSR_USE_STDC_LIB */
void *CsrMemCpy(void *dest, const void *src, size_t count);
char *CsrStrChr(const char *string, char c);
size_t CsrStrLen(const char *string);
#endif /* !CSR_USE_STDC_LIB */
s32 CsrVsnprintf(char *string, size_t count, const char *format, va_list args);
Expand Down

0 comments on commit 530cea3

Please sign in to comment.