summaryrefslogtreecommitdiffstats
path: root/hw/fsp/fsp.c
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-03-31 21:53:20 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-04-01 12:16:39 +1100
commite61506bcc11b887eb39c61a4657db75a1757c1f7 (patch)
tree291f46023842757d0f1752c2f1a6dfaec2f28923 /hw/fsp/fsp.c
parent7ac9925b879405b742fe175e397fc99a4822aa48 (diff)
downloadtalos-skiboot-e61506bcc11b887eb39c61a4657db75a1757c1f7.tar.gz
talos-skiboot-e61506bcc11b887eb39c61a4657db75a1757c1f7.zip
Remove redundant includes of opal-api.h
Now that opal.h includes opal-api.h, there are a bunch of files that include both but don't need to. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/fsp/fsp.c')
-rw-r--r--hw/fsp/fsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/fsp/fsp.c b/hw/fsp/fsp.c
index c57052f6..7a9d1ae5 100644
--- a/hw/fsp/fsp.c
+++ b/hw/fsp/fsp.c
@@ -36,7 +36,6 @@
#include <cpu.h>
#include <errorlog.h>
#include <opal.h>
-#include <opal-api.h>
#include <opal-msg.h>
#include <ccan/list/list.h>
OpenPOWER on IntegriCloud