summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/runtime_services/smccc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/runtime_services/smccc.h b/include/runtime_services/smccc.h
index c8bc1b9..506a84f 100644
--- a/include/runtime_services/smccc.h
+++ b/include/runtime_services/smccc.h
@@ -19,9 +19,6 @@
| (((uint32_t)(_minor) & SMCCC_VERSION_MINOR_MASK) << \
SMCCC_VERSION_MINOR_SHIFT))
-#define SMCCC_MAJOR_VERSION 1
-#define SMCCC_MINOR_VERSION 1
-
#define SMC_UNKNOWN -1
/* TODO: Import SMCCC 2.0 properly instead of having this */