]> git.baikalelectronics.ru Git - kernel.git/commit
amiflop: fold headers into C file
authorOmar Sandoval <osandov@fb.com>
Thu, 11 Oct 2018 19:20:45 +0000 (12:20 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Oct 2018 15:49:42 +0000 (09:49 -0600)
commit27f9b1a1d10d33dee61448cfcae9dca1b2393092
tree7a83d2059a185ca2554f5636c95a8ee80d094efe
parenta27c2e2d7f1bd0da140f2ee7fa87362cba612213
amiflop: fold headers into C file

amifd.h and amifdreg.h are only used from amiflop.c, and they're pretty
small, so move the contents to amiflop.c and get rid of the .h files.
This is preparation for adding a struct blk_mq_tag_set to struct
amiga_floppy_struct.

Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/amiflop.c
include/linux/amifd.h [deleted file]
include/linux/amifdreg.h [deleted file]