Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75871
b: refs/heads/master
c: 92b4214
h: refs/heads/master
i:
  75869: ecae28b
  75867: 1f79852
  75863: 1d35083
  75855: a8aa314
  75839: 21843c0
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Jan 25, 2008
1 parent 0d88510 commit d78c6aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9148fe8767dc8612b2e66d11126744d6436cc94e
refs/heads/master: 92b421416f8194aec87b1439487b5544e9ac8187
2 changes: 2 additions & 0 deletions trunk/drivers/base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ obj-$(CONFIG_FW_LOADER) += firmware_class.o
obj-$(CONFIG_NUMA) += node.o
obj-$(CONFIG_MEMORY_HOTPLUG_SPARSE) += memory.o
obj-$(CONFIG_SMP) += topology.o
ifeq ($(CONFIG_SYSFS),y)
obj-$(CONFIG_MODULES) += module.o
endif
obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o

ifeq ($(CONFIG_DEBUG_DRIVER),y)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/base/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ extern int devres_release_all(struct device *dev);

extern struct kset *devices_kset;

#ifdef CONFIG_MODULES
#if defined(CONFIG_MODULES) && defined(CONFIG_SYSFS)
extern void module_add_driver(struct module *mod, struct device_driver *drv);
extern void module_remove_driver(struct device_driver *drv);
#else
Expand Down

0 comments on commit d78c6aa

Please sign in to comment.