[PATCH 2/8] mm/writeback: remove wb_reason_name

From: Wanpeng Li
Date: Fri Jun 14 2013 - 03:32:23 EST


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

Signed-off-by: Wanpeng Li <liwanp@xxxxxxxxxxxxxxxxxx>
---
include/linux/writeback.h | 1 -
1 file changed, 1 deletion(-)

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.8.1.2

--
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/