Skip to content

Commit

Permalink
ACPI: rename main.c to sleep.c
Browse files Browse the repository at this point in the history
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Jan 16, 2009
1 parent cad7312 commit d08ca2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
File renamed without changes.

0 comments on commit d08ca2c

Please sign in to comment.