Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

ACPI: rename main.c to sleep.c

Signed-off-by: Len Brown <len.brown@intel.com>

Len Brown d08ca2ca cad73120

+1 -1
+1 -1
drivers/acpi/Makefile
··· 19 19 20 20 # sleep related files 21 21 obj-y += wakeup.o 22 - obj-y += main.o 22 + obj-y += sleep.o 23 23 obj-$(CONFIG_ACPI_SLEEP) += proc.o 24 24 25 25
drivers/acpi/main.c drivers/acpi/sleep.c