kbuild: un-stringnify KBUILD_MODNAME
authorSam Ravnborg <sam@mars.ravnborg.org>
Fri, 6 Jan 2006 20:17:50 +0000 (21:17 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Fri, 6 Jan 2006 20:17:50 +0000 (21:17 +0100)
Now when kbuild passes KBUILD_MODNAME with "" do not __stringify it when
used. Remove __stringnify for all users.
This also fixes the output of:

$ ls -l /sys/module/
drwxr-xr-x 4 root root 0 2006-01-05 14:24 pcmcia
drwxr-xr-x 4 root root 0 2006-01-05 14:24 pcmcia_core
drwxr-xr-x 3 root root 0 2006-01-05 14:24 "processor"
drwxr-xr-x 3 root root 0 2006-01-05 14:24 "psmouse"

The quoting of the module names will be gone again.
Thanks to GregKH + Kay Sievers for reproting this.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found