Remove SMCCC_MINOR/MAJOR_VERSION macros

The purpose of these macros is unclear - is it tracking the exact
SMCCC version expected by the TF-A Tests, or the maximum version, or
something else? Besides, they are not used in the source tree so
better to remove them as to avoid any confusion.

Change-Id: Ieb426dc9c54f19b0907d3221bb5606e03c9e360f
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
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 */