mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
block: move struct block_device to blk_types.h
Move the struct block_device definition together with most of the block layer definitions, as it has nothing to do with the rest of fs.h. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
committed by
Jens Axboe
parent
1a4dcfa8bc
commit
621c1f4294
@@ -4,6 +4,8 @@
|
||||
|
||||
#include <asm/dasd.h>
|
||||
|
||||
struct gendisk;
|
||||
|
||||
extern int dasd_biodasdinfo(struct gendisk *disk, dasd_information2_t *info);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user