diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-12-29 20:27:37 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-12-29 20:27:37 +0100 |
commit | e2984c628c924442132304ae662da433f41c05c9 (patch) | |
tree | c7ed2d995fbd96fc9e4cdd12c395640bd2e6fab5 /drivers/ide/Makefile | |
parent | 1d35364acbd5ab7d67bb39cfc5dd3ed0fbefb4b8 (diff) | |
download | linux-3.10-e2984c628c924442132304ae662da433f41c05c9.tar.gz linux-3.10-e2984c628c924442132304ae662da433f41c05c9.tar.bz2 linux-3.10-e2984c628c924442132304ae662da433f41c05c9.zip |
ide: move Power Management support to ide-pm.c
There should be no functional changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Makefile')
-rw-r--r-- | drivers/ide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile index 7818d402b18..bdc7b81bc04 100644 --- a/drivers/ide/Makefile +++ b/drivers/ide/Makefile @@ -5,7 +5,7 @@ EXTRA_CFLAGS += -Idrivers/ide ide-core-y += ide.o ide-ioctls.o ide-io.o ide-iops.o ide-lib.o ide-probe.o \ - ide-taskfile.o ide-park.o ide-pio-blacklist.o + ide-taskfile.o ide-pm.o ide-park.o ide-pio-blacklist.o # core IDE code ide-core-$(CONFIG_IDE_TIMINGS) += ide-timings.o |