refactor(mpam): remove unused function declaration

Change-Id: Ia660b6554fe4544effd1810e1aca202f95e3c447
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
This commit is contained in:
Manish V Badarkhe 2021-07-09 14:30:29 +01:00 committed by Manish V Badarkhe
parent 41e893fff4
commit 52698a620b
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
#include <stdbool.h>
bool mpam_supported(void);
void mpam_enable(bool el2_unused);
#endif /* MPAM_H */