commit | 533743dccb517b0331eccc111e3c2b8f021559b5 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Mon Jul 15 13:03:20 2013 +0200 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Mon Jul 29 15:17:41 2013 +0200 |
tree | 8683492a077fdc9e4629a14b3a596ecce3147112 | |
parent | a1a3580cb322f71cc5aa7e9180ffb6df609b530d [diff] |
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 <laurent.pinchart+renesas@ideasonboard.com> Tested-by: Yusuke Goda <yusuke.goda.sx@renesas.com>