Files
linux/drivers
Dmitry Torokhov 8d790d7408 [PATCH] make driver's name be const char *
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>
2005-06-20 15:15:01 -07:00
..
2005-05-27 08:15:05 -07:00
2005-06-18 13:33:01 -07:00
2005-05-31 14:54:18 -07:00
2005-05-31 14:03:05 -07:00
2005-05-01 08:59:29 -07:00
2005-05-28 16:46:10 -07:00
2005-06-14 07:19:35 -07:00