projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
252c651
)
block: unexport blk_register_queue
author
Christoph Hellwig
<hch@lst.de>
Mon, 16 Aug 2021 12:36:49 +0000
(14:36 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 16 Aug 2021 16:53:52 +0000
(10:53 -0600)
Not actually used in any modular code.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link:
https://lore.kernel.org/r/20210816123649.601591-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-sysfs.c
patch
|
blob
|
history
diff --git
a/block/blk-sysfs.c
b/block/blk-sysfs.c
index 1832587dce3aaafda65e24046946e4cc9bdb29cc..586507a5b8c2729da612998675951038a85de7f7 100644
(file)
--- a/
block/blk-sysfs.c
+++ b/
block/blk-sysfs.c
@@
-939,7
+939,6
@@
unlock:
return ret;
}
-EXPORT_SYMBOL_GPL(blk_register_queue);
/**
* blk_unregister_queue - counterpart of blk_register_queue()