aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-21 12:05:19 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-21 12:05:34 +1000
commit3997c62d9986009dc79bb51ee371f3d8e211cf35 (patch)
treeabea142fe42b43bb995115eb6ae6e34285dbed9f
parent46faf96e89475b6c846ca11a46751351675aece7 (diff)
downloadskiboot-3997c62d9986009dc79bb51ee371f3d8e211cf35.zip
skiboot-3997c62d9986009dc79bb51ee371f3d8e211cf35.tar.gz
skiboot-3997c62d9986009dc79bb51ee371f3d8e211cf35.tar.bz2
fsp: Move fsp-leds.h to hw/fsp
This is not used to export any function to the generic skiboot Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r--hw/fsp/fsp-leds.c3
-rw-r--r--hw/fsp/fsp-leds.h (renamed from include/fsp-leds.h)0
2 files changed, 2 insertions, 1 deletions
diff --git a/hw/fsp/fsp-leds.c b/hw/fsp/fsp-leds.c
index 69b0583..c14465c 100644
--- a/hw/fsp/fsp-leds.c
+++ b/hw/fsp/fsp-leds.c
@@ -25,7 +25,6 @@
#include <console.h>
#include <timebase.h>
#include <device.h>
-#include <fsp-leds.h>
#include <stdio.h>
#include <spcn.h>
#include <timebase.h>
@@ -33,6 +32,8 @@
#include <hdata/hdata.h>
#include <fsp-elog.h>
+#include "fsp-leds.h"
+
/* Debug prefix */
#define PREFIX "FSPLED: "
diff --git a/include/fsp-leds.h b/hw/fsp/fsp-leds.h
index 66cbe8a..66cbe8a 100644
--- a/include/fsp-leds.h
+++ b/hw/fsp/fsp-leds.h