diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index f84fbe55d3b39718e7bb313d98eae9ff00242d27..e0bac14347e6e0c368b747f243289ba4cafb304e 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -570,7 +570,7 @@ struct request_queue { struct list_head tag_set_list; struct bio_set *bio_split; -#ifdef CONFIG_DEBUG_FS +#ifdef CONFIG_BLK_DEBUG_FS struct dentry *debugfs_dir; struct dentry *mq_debugfs_dir; #endif