]> 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)
commit77a484f7895e5892624709985583f699806fd4ac
tree7a83d2059a185ca2554f5636c95a8ee80d094efe
parent4dc4aabe4d585141280325c00485b68591560e81
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]