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)
commitc87228f16f0acdf242dee62f139013212208473f
tree7a83d2059a185ca2554f5636c95a8ee80d094efe
parent8ccb8cb1892b27655247ff42867665763793ffe8
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]