From: Russell King Date: Mon, 20 Dec 2010 10:37:50 +0000 (+0000) Subject: ARM: platform fixups: remove mdesc argument to fixup function X-Git-Tag: v3.2-rc1~189^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0744a3ee37784dfda0025963716a36c3f1e3adcc;p=pandora-kernel.git ARM: platform fixups: remove mdesc argument to fixup function Get rid of the mdesc pointer in the fixup function call. No one uses the mdesc pointer, it shouldn't be modified anyway, and we can't wrap it, so let's remove it. Platform files found by: $ regexp=$(git grep -h '\.fixup.*=' arch/arm | sed 's!.*= *\([^,]*\),* *!\1!' | sort -u | tr '\n' '|' | sed 's,|$,,;s,|,\\|,g') $ git grep $regexp arch/arm Acked-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed