fix(ff-a): ivy doesn't support NPI

Don't expect the NPI ID to be reported over the
FFA_FEATURES interface for calls from EL0.

Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I59227cc5c144478d053e2bfc33f4ceb3cfa0ca08
diff --git a/spm/common/sp_tests/sp_tests.h b/spm/common/sp_tests/sp_tests.h
index 007c2ca..f56d7e8 100644
--- a/spm/common/sp_tests/sp_tests.h
+++ b/spm/common/sp_tests/sp_tests.h
@@ -13,7 +13,7 @@
  * Self test functions
  */
 
-void ffa_tests(struct mailbox_buffers *mb);
+void ffa_tests(struct mailbox_buffers *mb, bool el1_partition);
 void cpu_feature_tests(void);
 
 #endif /* CACTUS_TESTS_H */