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:
695cca8
)
drivers: make device_type const
author
Stephen Hemminger
<shemminger@vyatta.com>
Mon, 28 Mar 2011 16:12:52 +0000
(09:12 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 19 Apr 2011 23:45:51 +0000
(16:45 -0700)
The device_type structure does not contain data that changes
during usage and should be const. This allows devices to declare
the struct const.
I have patches to change all the subsystems, but need the infra
structure change first.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found