]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/conmakehash.c
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.git] / scripts / conmakehash.c
index 93dd23f21ec96b5736f205bdf38e6b1ad787c557..e0c6891a9ad4f5b35c7bb96b381a171f32887d99 100644 (file)
@@ -33,7 +33,7 @@ void usage(char *argv0)
 
 int getunicode(char **p0)
 {
-  unsigned char *p = *p0;
+  char *p = *p0;
 
   while (*p == ' ' || *p == '\t')
     p++;