[PATCH 1/9] block: mark block_depr static

From: Christoph Hellwig
Date: Wed Mar 25 2020 - 11:48:52 EST


Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
block/genhd.c | 2 +-
include/linux/genhd.h | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/block/genhd.c b/block/genhd.c
index 792356e922a1..7dafd7504493 100644
--- a/block/genhd.c
+++ b/block/genhd.c
@@ -27,7 +27,7 @@
#include "blk.h"

static DEFINE_MUTEX(block_class_lock);
-struct kobject *block_depr;
+static struct kobject *block_depr;

/* for extended dynamic devt allocation, currently only one major is used */
#define NR_EXT_DEVT (1 << MINORBITS)
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
--
2.25.1