]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/block/floppy.c: remove #define FLOPPY_SANITY_CHECK
authorJoe Perches <joe@perches.com>
Wed, 10 Mar 2010 23:21:04 +0000 (15:21 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Mar 2010 23:52:31 +0000 (15:52 -0800)
commit6b64ba6655258bc2675781ac36d129b8475fe0c6
treeca1014d05d926c67dd37f22b940694e204a4cee7
parent16bab5844fbb26a33ca180c5f6e1ea07198fc951
drivers/block/floppy.c: remove #define FLOPPY_SANITY_CHECK

The code could not be compiled without the #define, so just remove it and
the #ifdef/#endif lines.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Stephen Hemminger <shemminger@vyatta.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/floppy.c