Merge branch 'rmobile/dma' into rmobile-fixes-for-linus
[pandora-kernel.git] / lib / kstrtox.c
index 2dbae88..5e06675 100644 (file)
 #include <linux/types.h>
 #include <asm/uaccess.h>
 
-static inline char _tolower(const char c)
-{
-       return c | 0x20;
-}
-
 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res)
 {
        unsigned long long acc;