summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/atafd.h
diff options
context:
space:
mode:
authorOmar Sandoval <osandov@fb.com>2018-10-11 21:20:48 +0200
committerJens Axboe <axboe@kernel.dk>2018-10-16 17:49:57 +0200
commit3e6b8c3c4b14f4f0c4a74027156eb31544c0b0da (patch)
treeb090c27d99f7cb06eb38a51b2275ea8e951b59f9 /arch/m68k/include/asm/atafd.h
parentamiflop: convert to blk-mq (diff)
downloadlinux-3e6b8c3c4b14f4f0c4a74027156eb31544c0b0da.tar.xz
linux-3e6b8c3c4b14f4f0c4a74027156eb31544c0b0da.zip
ataflop: fold headers into C file
atafd.h and atafdreg.h are only used from ataflop.c, so merge them in there. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'arch/m68k/include/asm/atafd.h')
-rw-r--r--arch/m68k/include/asm/atafd.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/m68k/include/asm/atafd.h b/arch/m68k/include/asm/atafd.h
deleted file mode 100644
index ad7014cad633..000000000000
--- a/arch/m68k/include/asm/atafd.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ASM_M68K_FD_H
-#define _ASM_M68K_FD_H
-
-/* Definitions for the Atari Floppy driver */
-
-struct atari_format_descr {
- int track; /* to be formatted */
- int head; /* "" "" */
- int sect_offset; /* offset of first sector */
-};
-
-#endif