Files
linux-st/include/uapi/linux
Denys Vlasenko 283d757378 uapi/linux/stddef.h: Provide __always_inline to userspace headers
Josh Boyer reported that my recent change to uapi/linux/swab.h broke the Qemu build:

  bc27fb68aa ("include/uapi/linux/byteorder, swab: force inlining of some byteswap operations")

Unfortunately, UAPI headers don't include compiler.h so fixing it there is not enough,
add an __always_inline definition to uapi/linux/stddef.h instead.

Testcase: "make headers_install" and try to compile this:

	#include <linux/swab.h>
	void main() {}

Reported-by: Josh Boyer <jwboyer@fedoraproject.org>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: David Rientjes <rientjes@google.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Thomas Graf <tgraf@suug.ch>
Cc: linux-kernel@vger.kernel.org
Link: http://lkml.kernel.org/r/1459289697-12875-1-git-send-email-dvlasenk@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2016-03-30 12:50:17 +02:00
..
2016-01-30 16:27:17 +00:00
2016-03-01 17:15:22 -05:00
2016-03-15 16:55:16 -07:00
2016-03-01 16:07:29 -05:00
2016-03-22 15:45:44 -04:00
2016-01-20 17:09:18 -08:00
2016-03-10 16:02:52 +07:00
2016-03-13 22:40:24 -04:00
2016-03-13 22:40:24 -04:00
2016-03-18 19:40:27 -04:00
2016-03-22 15:36:02 -07:00
2016-03-22 15:36:02 -07:00
2016-01-12 08:21:18 -07:00
2016-02-24 09:04:41 +01:00
2016-03-14 23:47:29 +01:00
2016-01-10 22:13:15 -05:00
2016-02-08 11:22:21 +11:00
2015-12-18 17:48:51 -08:00
2016-03-11 02:18:53 +02:00