diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2015-03-27 14:10:51 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-03-31 15:42:37 +1100 |
commit | 8b5281558896cdf9abc987c4da9c39cd7abdd8fe (patch) | |
tree | 9f09131c4c106a9d712b97a2cb6bfd0600fac30a | |
parent | ffc32c360c12ba80d148c9ad558f401f22dac7f1 (diff) | |
download | skiboot-8b5281558896cdf9abc987c4da9c39cd7abdd8fe.zip skiboot-8b5281558896cdf9abc987c4da9c39cd7abdd8fe.tar.gz skiboot-8b5281558896cdf9abc987c4da9c39cd7abdd8fe.tar.bz2 |
plat/firestone: Add missing platform hooks
We didn't keep it in sync with palmetto and habanero
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | platforms/astbmc/firestone.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/astbmc/firestone.c b/platforms/astbmc/firestone.c index c7886f3..03ecc2b 100644 --- a/platforms/astbmc/firestone.c +++ b/platforms/astbmc/firestone.c @@ -19,6 +19,7 @@ #include <device.h> #include <console.h> #include <chip.h> +#include <ipmi.h> #include "astbmc.h" |