diff options
author | Christoph Hellwig <hch@lst.de> | 2019-11-13 16:03:25 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-11-13 15:42:50 -0700 |
commit | 651bbba57ada682a8651768df6979598e28e3b8d (patch) | |
tree | 217ecc64cdbbaffe43da0ba3f532a0825fa59bbc /drivers/md | |
parent | 9fcc34b1a6dd4b8e5337e2b6ef45e428897eca6b (diff) |
bcache: remove the extra cflags for request.o
There is no block directory this file needs includes from.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/bcache/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/md/bcache/Makefile b/drivers/md/bcache/Makefile index d26b35195825..fd714628da6a 100644 --- a/drivers/md/bcache/Makefile +++ b/drivers/md/bcache/Makefile @@ -5,5 +5,3 @@ obj-$(CONFIG_BCACHE) += bcache.o bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\ io.o journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\ util.o writeback.o - -CFLAGS_request.o += -Iblock |