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:
b365b3d
)
[PATCH] Fix compiler warning in driver core for CONFIG_HOTPLUG=N
author
Russell King
<rmk@arm.linux.org.uk>
Sat, 14 Jan 2006 20:01:02 +0000
(20:01 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 6 Feb 2006 20:17:17 +0000
(12:17 -0800)
FYI, while running a build test, I found:
drivers/base/bus.c:166: warning: `driver_attr_unbind' defined but not used
drivers/base/bus.c:194: warning: `driver_attr_bind' defined but not used
Looks like these two attributes and supporting functions want to be
#ifdef HOTPLUG'd
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/bus.c
patch
|
blob
|
history
diff --cc
drivers/base/bus.c
Simple merge