commit | afc366f01bea2361bc08b1a7b51e0cef81d66173 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Wed Nov 26 16:00:58 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Mon Dec 08 09:35:46 2014 -0500 |
tree | 0374b9f06740ed7bfb8038728ad174852921c4ae | |
parent | e873b97a01937549f2dbf0acdb0130d732a3dfb7 [diff] [blame] |
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>
diff --git a/drivers/tpm/tpm_tis_i2c.c b/drivers/tpm/tpm_tis_i2c.c index 2dd8501..c1bbed4 100644 --- a/drivers/tpm/tpm_tis_i2c.c +++ b/drivers/tpm/tpm_tis_i2c.c
@@ -38,7 +38,7 @@ #include <common.h> #include <fdtdec.h> -#include <compiler.h> +#include <linux/compiler.h> #include <i2c.h> #include <tpm.h> #include <asm-generic/errno.h>