summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJames Nelson <james4765@gmail.com>2005-11-08 16:52:12 +0100
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>2005-11-08 16:52:12 +0100
commitb88b09851f4553c13c532af2f822b517a40f2ed5 (patch)
tree48cf3ff5ad083eea05f901c9ea1dc0aae3b4fe37 /drivers
parent848d5382496f670061eaf59844e039e22daba16f (diff)
downloadlinux-0-day-b88b09851f4553c13c532af2f822b517a40f2ed5.tar.gz
linux-0-day-b88b09851f4553c13c532af2f822b517a40f2ed5.tar.xz
floppy: relocate devfs comment
Signed-off-by: James Nelson <james4765@gmail.com> Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/block/floppy.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c
index 5eadbb9d4d71a..77cfd6916ff1a 100644
--- a/drivers/block/floppy.c
+++ b/drivers/block/floppy.c
@@ -98,6 +98,10 @@
*/
/*
+ * 1998/1/21 -- Richard Gooch <rgooch@atnf.csiro.au> -- devfs support
+ */
+
+/*
* 1998/05/07 -- Russell King -- More portability cleanups; moved definition of
* interrupt and dma channel to asm/floppy.h. Cleaned up some formatting &
* use of '0' for NULL.
@@ -158,10 +162,6 @@ static int print_unex = 1;
#define FDPATCHES
#include <linux/fdreg.h>
-/*
- * 1998/1/21 -- Richard Gooch <rgooch@atnf.csiro.au> -- devfs support
- */
-
#include <linux/fd.h>
#include <linux/hdreg.h>