aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-31 10:18:05 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-31 10:18:05 +1000
commit04604b5f49af98ee97f6edea0278282624ed9cbe (patch)
tree03af7688aca5af911c239feae9eebf1f3100b656
parentc0ac73ad26a2a824b08fa9156298ae8115dd031d (diff)
downloadskiboot-04604b5f49af98ee97f6edea0278282624ed9cbe.zip
skiboot-04604b5f49af98ee97f6edea0278282624ed9cbe.tar.gz
skiboot-04604b5f49af98ee97f6edea0278282624ed9cbe.tar.bz2
epow: Move fsp-epow.h to hw/fsp/
This is not used globally Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r--hw/fsp/fsp-epow.c3
-rw-r--r--hw/fsp/fsp-epow.h (renamed from include/fsp-epow.h)0
2 files changed, 2 insertions, 1 deletions
diff --git a/hw/fsp/fsp-epow.c b/hw/fsp/fsp-epow.c
index 3e3504a..0a98d38 100644
--- a/hw/fsp/fsp-epow.c
+++ b/hw/fsp/fsp-epow.c
@@ -22,10 +22,11 @@
#include <device.h>
#include <stdio.h>
#include <spcn.h>
-#include <fsp-epow.h>
#include <opal.h>
#include <opal-msg.h>
+#include "fsp-epow.h"
+
#define PREFIX "EPOW: "
/*
diff --git a/include/fsp-epow.h b/hw/fsp/fsp-epow.h
index 24a0ae9..24a0ae9 100644
--- a/include/fsp-epow.h
+++ b/hw/fsp/fsp-epow.h