From: Bastian Blank Date: Sat, 4 Apr 2009 20:54:26 +0000 (+0000) Subject: parisc: Remove casts from atomic macros X-Git-Tag: v2.6.31-rc2~2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=692c14a5931341a37e4fbfca5fa96751187a108f;p=pandora-kernel.git parisc: Remove casts from atomic macros The atomic operations on parisc are defined as macros. The macros includes casts which disallows the use of some syntax elements and produces error like this: net/phonet/pep.c: In function 'pipe_rcv_status': net/phonet/pep.c:262: error: lvalue required as left operand of assignment The patch removes this superfluous casts. Signed-off-by: Bastian Blank Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed