floppy: remove dead/commented out code from floppy driver
authorJesper Juhl <jesper.juhl@gmail.com>
Wed, 17 Oct 2007 06:30:58 +0000 (23:30 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:43:03 +0000 (08:43 -0700)
commitaee9041c5f36aa1353ada995c8f8bb3e6b167e4b
treee4b33d625a80e2d55b1807bf1dbc4a8f9afcb70f
parent06f748c4754de4fe2fc8d517acf29cb46a0b2d60
floppy: remove dead/commented out code from floppy driver

A good initial step for a cleanup seems to me to be getting rid of old dead
code.  This stuff is either commented out or inside '#if 0' so it is not
currently in use at all, let's just get rid of it once and for all.  That's a
few lines less to deal with.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/floppy.c