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:
e4a3c3f
)
sysfs: fix build errors: uevent with CONFIG_SYSFS=n
author
Randy Dunlap
<randy.dunlap@oracle.com>
Tue, 13 Feb 2007 23:19:06 +0000
(15:19 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 16 Feb 2007 23:19:18 +0000
(15:19 -0800)
Fix source files to build with CONFIG_SYSFS=n.
module_subsys is not available.
SYSFS=n, MODULES=y: T:y
SYSFS=n, MODULES=n: T:y
SYSFS=y, MODULES=y: T:y
SYSFS=y, MODULES=n: T:y
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found