Loading drivers/block/floppy.c +4 −4 Original line number Diff line number Diff line Loading @@ -97,6 +97,10 @@ * features to asm/floppy.h. */ /* * 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 & Loading Loading @@ -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> Loading Loading
drivers/block/floppy.c +4 −4 Original line number Diff line number Diff line Loading @@ -97,6 +97,10 @@ * features to asm/floppy.h. */ /* * 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 & Loading Loading @@ -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> Loading