mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
Fix compile/link of init/do_mounts.c with !CONFIG_BLOCK
We need a stub function for when CONFIG_BLOCK isn't set. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
d89d87965d
commit
87c1efbfea
@ -434,6 +434,10 @@ static inline struct block_device *bdget_disk(struct gendisk *disk, int index)
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#else /* CONFIG_BLOCK */
|
||||
|
||||
static inline void printk_all_partitions(void) { }
|
||||
|
||||
#endif /* CONFIG_BLOCK */
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user