Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d08ca2... Commit: d08ca2ca743f324eceba59e93188f9439e966bce Parent: cad73120ab0dfd484682229346de8c16073577e1 Author: Len Brown <len.brown@intel.com> AuthorDate: Fri Jan 16 13:52:03 2009 -0500 Committer: Len Brown <len.brown@intel.com> CommitDate: Fri Jan 16 14:32:19 2009 -0500 ACPI: rename main.c to sleep.c Signed-off-by: Len Brown <len.brown@intel.com> --- drivers/acpi/Makefile | 2 +- drivers/acpi/{main.c => sleep.c} | 0 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index d80f4cc..65d90c7 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 similarity index 100% rename from drivers/acpi/main.c rename to drivers/acpi/sleep.c -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
