From: Andrew Stribblehill This patch removes an unused #define. Signed-off-by: Alasdair G Kergon Signed-off-by: Andrew Morton --- drivers/md/dm-io.h | 3 --- 1 files changed, 3 deletions(-) diff -puN drivers/md/dm-io.h~device-mapper-remove-unused-definition drivers/md/dm-io.h --- devel/drivers/md/dm-io.h~device-mapper-remove-unused-definition 2005-11-18 18:16:12.000000000 -0800 +++ devel-akpm/drivers/md/dm-io.h 2005-11-18 18:16:12.000000000 -0800 @@ -9,9 +9,6 @@ #include "dm.h" -/* FIXME make this configurable */ -#define DM_MAX_IO_REGIONS 8 - struct io_region { struct block_device *bdev; sector_t sector; _