Loading block/genhd.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading include/linux/genhd.h +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
block/genhd.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
include/linux/genhd.h +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading