Replace <compiler.h> with <linux/compiler.h>
Including <linux/compiler.h> is enough for general use. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:

committed by
Tom Rini

parent
e873b97a01
commit
afc366f01b
@@ -8,9 +8,9 @@
|
||||
|
||||
/* From glibc-2.14, sysdeps/i386/memset.c */
|
||||
|
||||
#include <compiler.h>
|
||||
#include <asm/string.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/compiler.h>
|
||||
#include <asm/string.h>
|
||||
|
||||
typedef uint32_t op_t;
|
||||
|
||||
|
Reference in New Issue
Block a user