diff options
Diffstat (limited to 'arch/tile/include/hv/iorpc.h')
-rw-r--r-- | arch/tile/include/hv/iorpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/include/hv/iorpc.h b/arch/tile/include/hv/iorpc.h index 89c72a5d9341..ddf1604482b3 100644 --- a/arch/tile/include/hv/iorpc.h +++ b/arch/tile/include/hv/iorpc.h | |||
@@ -248,7 +248,7 @@ | |||
248 | #if defined(__HV__) | 248 | #if defined(__HV__) |
249 | #include <hv/hypervisor.h> | 249 | #include <hv/hypervisor.h> |
250 | #elif defined(__KERNEL__) | 250 | #elif defined(__KERNEL__) |
251 | #include "hypervisor.h" | 251 | #include <hv/hypervisor.h> |
252 | #include <linux/types.h> | 252 | #include <linux/types.h> |
253 | #else | 253 | #else |
254 | #include <stdint.h> | 254 | #include <stdint.h> |