projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fcc34b
)
bcache: remove the extra cflags for request.o
author
Christoph Hellwig
<hch@lst.de>
Wed, 13 Nov 2019 08:03:25 +0000
(16:03 +0800)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 13 Nov 2019 22:42:50 +0000
(15:42 -0700)
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>
drivers/md/bcache/Makefile
patch
|
blob
|
history
diff --git
a/drivers/md/bcache/Makefile
b/drivers/md/bcache/Makefile
index d26b35195825223ff7d45d9cabbcb4ab88761f62..fd714628da6a743b11e743e3af1da0f76a300179 100644
(file)
--- 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