diff options
| author | Len Brown <[email protected]> | 2009-01-16 18:52:03 +0000 |
|---|---|---|
| committer | Len Brown <[email protected]> | 2009-01-16 19:32:19 +0000 |
| commit | d08ca2ca743f324eceba59e93188f9439e966bce (patch) | |
| tree | 97dc57cc690fceb637ab0642a11ec648e4620ff8 | |
| parent | dell-laptop: move to drivers/platform/x86/ from drivers/misc/ (diff) | |
| download | kernel-d08ca2ca743f324eceba59e93188f9439e966bce.tar.gz kernel-d08ca2ca743f324eceba59e93188f9439e966bce.zip | |
ACPI: rename main.c to sleep.c
Signed-off-by: Len Brown <[email protected]>
| -rw-r--r-- | drivers/acpi/Makefile | 2 | ||||
| -rw-r--r-- | drivers/acpi/sleep.c (renamed from drivers/acpi/main.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index d80f4cc2e0da..65d90c720b5a 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile @@ -19,7 +19,7 @@ obj-y += osl.o utils.o reboot.o\ # sleep related files obj-y += wakeup.o -obj-y += main.o +obj-y += sleep.o obj-$(CONFIG_ACPI_SLEEP) += proc.o diff --git a/drivers/acpi/main.c b/drivers/acpi/sleep.c index 7e3c609cbef2..7e3c609cbef2 100644 --- a/drivers/acpi/main.c +++ b/drivers/acpi/sleep.c |
