From f129c231ec7a2dd96e92933415b0ab1e099efbaf Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Fri, 8 Jul 2011 17:40:37 +0530 Subject: arm: enterprise: Clean some of tps80031 definition Adding public definition in the 80031 header so that client can used directly in place of defining at client level. Change-Id: Ifb64e0ffc83bc29c470d08a49d0915613a677537 Reviewed-on: http://git-master/r/40208 Reviewed-by: Varun Colbert Tested-by: Varun Colbert --- include/linux/mfd/tps80031.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/linux/mfd/tps80031.h b/include/linux/mfd/tps80031.h index f6435611580b..120a77aca899 100644 --- a/include/linux/mfd/tps80031.h +++ b/include/linux/mfd/tps80031.h @@ -86,7 +86,16 @@ enum { TPS80031_INT_LINCH_GATED, /* Last interrupt id to get the end number */ - TPS80031_INT_END, + TPS80031_INT_NR, +}; + +enum TPS80031_GPIO { + TPS80031_GPIO_REGEN1, + TPS80031_GPIO_REGEN2, + TPS80031_GPIO_SYSEN, + + /* Last entry */ + TPS80031_GPIO_NR, }; enum { -- cgit v1.2.3