diff mbox series

[7/8] UBUNTU: SAUCE: ubuntu/sgx: move use space header

Message ID 20210812120913.9316-8-tim.gardner@canonical.com
State New
Headers show
Series Sync to SGX 1.33.2 | expand

Commit Message

Tim Gardner Aug. 12, 2021, 12:09 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1936240

https://github.com/intel/SGXDataCenterAttestationPrimitives
a980e06b53be94107379d9361566fd23f0f5303a Linux Driver: move use space header

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
---
 ubuntu/sgx/driver.h                                          | 2 +-
 arch/x86/include/uapi/asm/sgx_oot.h => ubuntu/sgx/sgx_user.h | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename arch/x86/include/uapi/asm/sgx_oot.h => ubuntu/sgx/sgx_user.h (100%)
diff mbox series

Patch

diff --git a/ubuntu/sgx/driver.h b/ubuntu/sgx/driver.h
index c90e132750600..0049af7d68561 100644
--- a/ubuntu/sgx/driver.h
+++ b/ubuntu/sgx/driver.h
@@ -9,7 +9,7 @@ 
 #include <linux/rwsem.h>
 #include <linux/sched.h>
 #include <linux/workqueue.h>
-#include "uapi/asm/sgx_oot.h"
+#include "sgx_user.h"
 #include "sgx.h"
 
 #define SGX_EINIT_SPIN_COUNT	20
diff --git a/arch/x86/include/uapi/asm/sgx_oot.h b/ubuntu/sgx/sgx_user.h
similarity index 100%
rename from arch/x86/include/uapi/asm/sgx_oot.h
rename to ubuntu/sgx/sgx_user.h