Commit b6f11992 authored by Andy Grover's avatar Andy Grover Committed by Linus Torvalds

[PATCH] ACPI cleanups [1/2]

This adds an export so that processor.o and thermal.o can be compiled as
modules
parent 709ae377
......@@ -12,7 +12,7 @@ endif
EXTRA_CFLAGS += $(ACPI_CFLAGS)
export-objs := acpi_ksyms.o
export-objs := acpi_ksyms.o processor.o
obj-y := acpi_ksyms.o
......
......@@ -2312,3 +2312,5 @@ acpi_processor_exit (void)
module_init(acpi_processor_init);
module_exit(acpi_processor_exit);
EXPORT_SYMBOL(acpi_processor_set_thermal_limit);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment