mmc: block: Update packing statistics with large sector size

This patch adds "large sector size" as a reason for stop packing
to the packing statistics mechanism

(cherry picked from commit 1718ef21fb791a2ea25bd3fbf236913de64ca85f)

Change-Id: I595f7839fa9156d5ed26040943c1d5e3011c2a60
Signed-off-by: Tatyana Brokhman <tlinder@codeaurora.org>
(cherry picked from commit bd8d562c886ffe3a07b9a56a446eb5b5b7db23ed)
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h
index b016dbc..6bb86c2 100644
--- a/include/linux/mmc/card.h
+++ b/include/linux/mmc/card.h
@@ -195,6 +195,7 @@
 	EMPTY_QUEUE,
 	REL_WRITE,
 	THRESHOLD,
+	LARGE_SEC_ALIGN,
 	MAX_REASONS,
 };