From: Andrew Stribblehill Date: Fri, 6 Jan 2006 08:20:03 +0000 (-0800) Subject: [PATCH] device-mapper: remove unused definition X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e6c276159c812ab25f47b7c7b683a5c97c442dd5;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [PATCH] device-mapper: remove unused definition This patch removes an unused #define. Signed-off-by: Alasdair G Kergon Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/md/dm-io.h b/drivers/md/dm-io.h index 1a77f326570..f9035bfd1a9 100644 --- a/drivers/md/dm-io.h +++ b/drivers/md/dm-io.h @@ -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;