Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11391
b: refs/heads/master
c: 3947be1
h: refs/heads/master
i:
  11389: 8da02db
  11387: 0f0acd5
  11383: c2d4545
  11375: e0848ba
  11359: 894d85e
  11327: 2324417
  11263: 64a15b2
v: v3
  • Loading branch information
Dave Hansen authored and Linus Torvalds committed Oct 30, 2005
1 parent 5023476 commit ca85b3a
Show file tree
Hide file tree
Showing 11 changed files with 778 additions and 4 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: bdc8cb984576ab5b550c8b24c6fa111a873503e3
refs/heads/master: 3947be1969a9ce455ec30f60ef51efb10e4323d1
1 change: 1 addition & 0 deletions trunk/drivers/base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ obj-y := core.o sys.o bus.o dd.o \
obj-y += power/
obj-$(CONFIG_FW_LOADER) += firmware_class.o
obj-$(CONFIG_NUMA) += node.o
obj-$(CONFIG_MEMORY_HOTPLUG) += memory.o

ifeq ($(CONFIG_DEBUG_DRIVER),y)
EXTRA_CFLAGS += -DDEBUG
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/base/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <linux/device.h>
#include <linux/init.h>
#include <linux/memory.h>

#include "base.h"

Expand All @@ -33,5 +34,6 @@ void __init driver_init(void)
platform_bus_init();
system_bus_init();
cpu_dev_init();
memory_dev_init();
attribute_container_init();
}
Loading

0 comments on commit ca85b3a

Please sign in to comment.