[PATCH] make driver's name be const char *
authorDmitry Torokhov <dtor_core@ameritech.net>
Tue, 26 Apr 2005 07:34:05 +0000 (02:34 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Jun 2005 22:15:01 +0000 (15:15 -0700)
Driver core:
  change driver's, bus's, class's and platform device's names
  to be const char * so one can use
            const char *drv_name = "asdfg";
  when initializing structures.
  Also kill couple of whitespaces.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found