From: Jan-Simon Möller Date: Tue, 20 Aug 2013 20:52:06 +0000 (+0200) Subject: misc: vmw_balloon: Remove braces to fix build for clang. X-Git-Tag: v3.12-rc1~185^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e83736c80290b8b3139ce8615a3a49acec25fcc0;p=pandora-kernel.git misc: vmw_balloon: Remove braces to fix build for clang. Based on a patch from: PaX Team in a mailing list message at: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120507/142707.html Clang chokes on the notation "inl (%dx)" but works for "inl %dx"; GNU as accepts both forms. CC: Arnd Bergmann Signed-off-by: Jan-Simon Möller Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed