git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cbe5f8
)
Driver core: add const to class_create
author
Miguel Ojeda Sandonis
<maxextreme@gmail.com>
Wed, 13 Sep 2006 13:34:05 +0000
(15:34 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 26 Sep 2006 04:08:36 +0000
(21:08 -0700)
Adds const to class_create second parameter, because:
struct class {
const char * name;
/*...*/
}
Signed-off-by: Miguel Ojeda Sandonis <maxextreme@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found