From: Laurent Pinchart Date: Mon, 15 Jul 2013 11:03:20 +0000 (+0200) Subject: sh-pfc: Replace pinmux_enum_id typedef with u16 X-Git-Tag: v3.12-rc1~151^2~71^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=533743dccb517b0331eccc111e3c2b8f021559b5;p=pandora-kernel.git sh-pfc: Replace pinmux_enum_id typedef with u16 The typedef only conceals the real variable type without bringing any additional value (see Documentation/CodingStyle, section 5.b). Moreover, it polutes the pinmux namespace. Replace it with the integer type it used to hide. Signed-off-by: Laurent Pinchart Tested-by: Yusuke Goda --- Reading git-diff-tree failed