commit | e722852ecc15d5e57cbe520194a3e12656b7f6e0 | [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 | 228aa8b4e827b842f247274c64a1a63b09d65651 [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>