[PATCH v7 1/6] mm/writeback: remove wb_reason_name

From: Wanpeng Li
Date: Thu Jun 20 2013 - 21:26:05 EST


wb_reason_name is not used any more, this patch remove it.

Reviewed-by: Tejun Heo <tj@xxxxxxxxxx>
Reviewed-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
Signed-off-by: Wanpeng Li <liwanp@xxxxxxxxxxxxxxxxxx>
---
include/linux/writeback.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/writeback.h b/include/linux/writeback.h
index e27468e..8b5cec4 100644
--- a/include/linux/writeback.h
+++ b/include/linux/writeback.h
@@ -51,7 +51,6 @@ enum wb_reason {

WB_REASON_MAX,
};
-extern const char *wb_reason_name[];

/*
* A control structure which tells the writeback code what to do. These are
--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/