kbuild: in headers_install autoconvert asm/inline/volatile to __xxx__
authorMike Frysinger <vapier@gentoo.org>
Sat, 27 Dec 2008 08:23:15 +0000 (03:23 -0500)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 2 Jan 2009 19:43:24 +0000 (20:43 +0100)
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 <vapier@gentoo.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found