From: Maxime Ripard Date: Thu, 24 Apr 2014 14:06:52 +0000 (+0200) Subject: pinctrl: sunxi: Replace hardcoded pin defines by a macro X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~31^2~36^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d10acc635330d6089601fd01d482ecda32e02c45;p=pandora-kernel.git pinctrl: sunxi: Replace hardcoded pin defines by a macro We previously had an evergrowing (and exhaustive) list of the pins that could be used on any Allwinner SoCs. These defines were then used by each pinctrl driver to declare the list of functions for this pin. Since it's pretty much all boilerplate, we can remove it just by a single macro. Signed-off-by: Maxime Ripard --- Reading git-diff-tree failed