summaryrefslogtreecommitdiffstats
path: root/drivers/tpm
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-26 16:00:58 +0900
committerTom Rini <trini@ti.com>2014-12-08 09:35:46 -0500
commitafc366f01bea2361bc08b1a7b51e0cef81d66173 (patch)
tree0374b9f06740ed7bfb8038728ad174852921c4ae /drivers/tpm
parente873b97a01937549f2dbf0acdb0130d732a3dfb7 (diff)
downloadblackbird-obmc-uboot-afc366f01bea2361bc08b1a7b51e0cef81d66173.tar.gz
blackbird-obmc-uboot-afc366f01bea2361bc08b1a7b51e0cef81d66173.zip
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>
Diffstat (limited to 'drivers/tpm')
-rw-r--r--drivers/tpm/tpm.c2
-rw-r--r--drivers/tpm/tpm_tis_i2c.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tpm/tpm.c b/drivers/tpm/tpm.c
index bc0f9645b5..31761ec338 100644
--- a/drivers/tpm/tpm.c
+++ b/drivers/tpm/tpm.c
@@ -34,7 +34,7 @@
#include <config.h>
#include <common.h>
-#include <compiler.h>
+#include <linux/compiler.h>
#include <fdtdec.h>
#include <i2c.h>
#include <tpm.h>
diff --git a/drivers/tpm/tpm_tis_i2c.c b/drivers/tpm/tpm_tis_i2c.c
index 2dd8501f92..c1bbed4eb5 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>
OpenPOWER on IntegriCloud