summaryrefslogtreecommitdiffstats
path: root/mm/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2014-05-19 20:01:52 -0600
committerJens Axboe <axboe@fb.com>2014-05-19 20:01:52 -0600
commit719c555f4424b194905aa3512a754c0444f27ce8 (patch)
tree6afd4d62345f1fac7046e23d8907ac555846eb5a /mm/Makefile
parent39a9f97e5ea99e048c4980c23cf197f6e77995cb (diff)
downloadop-kernel-dev-719c555f4424b194905aa3512a754c0444f27ce8.zip
op-kernel-dev-719c555f4424b194905aa3512a754c0444f27ce8.tar.gz
block: move mm/bounce.c to block/
Continue moving some of the block files that are scattered around. bounce.c contains only code for bouncing the contents of a bio. It's block proper code, not mm code. Suggested-by: Ming Lei <tom.leiming@gmail.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'mm/Makefile')
-rw-r--r--mm/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/Makefile b/mm/Makefile
index b484452..0173940 100644
--- a/mm/Makefile
+++ b/mm/Makefile
@@ -30,7 +30,6 @@ endif
obj-$(CONFIG_HAVE_MEMBLOCK) += memblock.o
-obj-$(CONFIG_BOUNCE) += bounce.o
obj-$(CONFIG_SWAP) += page_io.o swap_state.o swapfile.o
obj-$(CONFIG_FRONTSWAP) += frontswap.o
obj-$(CONFIG_ZSWAP) += zswap.o
OpenPOWER on IntegriCloud