From: Mike Frysinger Date: Sat, 27 Dec 2008 08:23:15 +0000 (-0500) Subject: kbuild: in headers_install autoconvert asm/inline/volatile to __xxx__ X-Git-Tag: v2.6.29-rc1~535^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4307184f2b9240d0443bdf944c7b9eac044fe67b;p=pandora-kernel.git kbuild: in headers_install autoconvert asm/inline/volatile to __xxx__ Headers in userspace should be using the __xxx__ form of the asm, inline, and volatile keywords. Since people like to revert these things without realizing what's going on, have the headers install step autoconvert these keywords. Signed-off-by: Mike Frysinger Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed