aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/genhd.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-03-25 16:48:35 +0100
committerJens Axboe <axboe@kernel.dk>2020-03-25 09:50:08 -0600
commit31eb6186797c149665fd44f3847bdf8d539efa59 (patch)
tree5fb15e8af40dba378a451f3a81c3bcdb3c69ad57 /include/linux/genhd.h
parentblock: factor out requeue handling from dispatch code (diff)
downloadwireguard-linux-31eb6186797c149665fd44f3847bdf8d539efa59.tar.xz
wireguard-linux-31eb6186797c149665fd44f3847bdf8d539efa59.zip
block: mark block_depr static
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/genhd.h')
-rw-r--r--include/linux/genhd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h
index 790fdc3e0b3d..b322e805a916 100644
--- a/include/linux/genhd.h
+++ b/include/linux/genhd.h
@@ -27,7 +27,6 @@
#define part_to_dev(part) (&((part)->__dev))
extern struct device_type part_type;
-extern struct kobject *block_depr;
extern struct class block_class;
#define DISK_MAX_PARTS 256