aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2015-04-06 13:59:19 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-05-07 17:42:34 +1000
commit119d6e6a55c6b725eea04723d1415ecfcbe26381 (patch)
tree878222d94d4dd0328aa7d1f7c15df6c0c2001989
parent8fd724c828583c326f24ceebe1eedb165787a739 (diff)
downloadskiboot-119d6e6a55c6b725eea04723d1415ecfcbe26381.zip
skiboot-119d6e6a55c6b725eea04723d1415ecfcbe26381.tar.gz
skiboot-119d6e6a55c6b725eea04723d1415ecfcbe26381.tar.bz2
FSP/LED: Move led header file to include directory
We want to refer leds header file in hdata. Hence move header file to include directory. No functionality changes. Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--hw/fsp/fsp-leds.c3
-rw-r--r--include/fsp-leds.h (renamed from hw/fsp/fsp-leds.h)0
2 files changed, 1 insertions, 2 deletions
diff --git a/hw/fsp/fsp-leds.c b/hw/fsp/fsp-leds.c
index cbb0817..6ac0122 100644
--- a/hw/fsp/fsp-leds.c
+++ b/hw/fsp/fsp-leds.c
@@ -26,8 +26,7 @@
#include <errorlog.h>
#include <opal.h>
#include <opal-msg.h>
-
-#include "fsp-leds.h"
+#include <fsp-leds.h>
/* LED prefix */
#define PREFIX "FSPLED: "
diff --git a/hw/fsp/fsp-leds.h b/include/fsp-leds.h
index a411636..a411636 100644
--- a/hw/fsp/fsp-leds.h
+++ b/include/fsp-leds.h