From: Al Viro Date: Mon, 21 Jan 2013 20:03:44 +0000 (-0500) Subject: get rid of duplicate logics in __SC_....[1-6] definitions X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~87^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07fe6e00f6cca6fef85a14a1dc3ed4f2e35d3f0b;p=pandora-kernel.git get rid of duplicate logics in __SC_....[1-6] definitions All those guys have the same form - "take a list of type/name pairs, apply some macro to each of them". Abstract that part away, convert all __SC_FOO##x(__VA_ARGS__) to __MAP(x,__SC_FOO,__VA_ARGS__). Signed-off-by: Al Viro --- Reading git-diff-tree failed