From: Christoph Hellwig Date: Wed, 13 Nov 2019 08:03:25 +0000 (+0800) Subject: bcache: remove the extra cflags for request.o X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=651bbba57ada682a8651768df6979598e28e3b8d;p=linux.git bcache: remove the extra cflags for request.o There is no block directory this file needs includes from. Signed-off-by: Christoph Hellwig Signed-off-by: Coly Li Signed-off-by: Jens Axboe --- diff --git a/drivers/md/bcache/Makefile b/drivers/md/bcache/Makefile index d26b351958252..fd714628da6a7 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