[Skiboot] [PATCH 3/7] npu: Fix include in header
Russell Currey
ruscur at russell.cc
Tue Mar 15 18:33:53 AEDT 2016
If npu.h were to be used outside of hw/*, it fails to find the out_be64
symbol which is defined in io.h. Fix that up by making it a requirement
of npu.h.
Signed-off-by: Russell Currey <ruscur at russell.cc>
---
include/npu.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/npu.h b/include/npu.h
index 389b732..0b2d984 100644
--- a/include/npu.h
+++ b/include/npu.h
@@ -17,6 +17,8 @@
#ifndef __NPU_H
#define __NPU_H
+#include <io.h>
+
/* Number of PEs supported */
#define NPU_NUM_OF_PES 4
--
2.7.3
More information about the Skiboot
mailing list