diff options
Diffstat (limited to 'fs/partitions/check.c')
-rw-r--r-- | fs/partitions/check.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/fs/partitions/check.c b/fs/partitions/check.c index 3b252ec63..b0118ab42 100644 --- a/fs/partitions/check.c +++ b/fs/partitions/check.c @@ -76,11 +76,6 @@ static int (*check_part[])(struct gendisk *hd, kdev_t dev, unsigned long first_s NULL }; -#if defined CONFIG_BLK_DEV_LVM || defined CONFIG_BLK_DEV_LVM_MODULE -#include <linux/lvm.h> -void (*lvm_hd_name_ptr) (char *, int) = NULL; -#endif - /* * disk_name() is used by genhd.c and blkpg.c. * It formats the devicename of the indicated disk into @@ -107,13 +102,6 @@ char *disk_name (struct gendisk *hd, int minor, char *buf) * This requires special handling here. */ switch (hd->major) { -#if defined CONFIG_BLK_DEV_LVM || defined CONFIG_BLK_DEV_LVM_MODULE - case LVM_BLK_MAJOR: - *buf = 0; - if ( lvm_hd_name_ptr != NULL) - (lvm_hd_name_ptr) ( buf, minor); - return buf; -#endif case IDE9_MAJOR: unit += 2; case IDE8_MAJOR: |