From: Russell King Date: Fri, 18 Nov 2005 14:22:03 +0000 (+0000) Subject: [ARM] Fix get_user when passed a const pointer X-Git-Tag: v2.6.15-rc2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c5b69099ff747f9757da2416383b9a999171b1;p=pandora-kernel.git [ARM] Fix get_user when passed a const pointer Unfortunately, later gcc versions error out when our get_user is passed a const pointer, since we write to a temporary variable declared as typeof(*(p)) which propagates the const-ness. Signed-off-by: Russell King --- Reading git-diff-tree failed