Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / lib / dynamic_debug.c
index 5276b99ca650df8fe6e6e07363f2639250418c5a..46032453abd50cfcfcc4ce277e8f8ec2d34fffc3 100644 (file)
@@ -281,7 +281,6 @@ static inline int parse_lineno(const char *str, unsigned int *val)
  * allow the user to express a query which matches a format
  * containing embedded spaces.
  */
-#define isodigit(c)            ((c) >= '0' && (c) <= '7')
 static char *unescape(char *str)
 {
        char *in = str;