summaryrefslogtreecommitdiff
path: root/include/drivers/arm/cci400.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/arm/cci400.h')
-rw-r--r--include/drivers/arm/cci400.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drivers/arm/cci400.h b/include/drivers/arm/cci400.h
index 3921675..7222391 100644
--- a/include/drivers/arm/cci400.h
+++ b/include/drivers/arm/cci400.h
@@ -66,7 +66,7 @@
#define CHANGE_PENDING_BIT (1 << 0)
/* Function declarations */
-extern void cci_enable_coherency(unsigned long mpidr);
-extern void cci_disable_coherency(unsigned long mpidr);
+void cci_enable_coherency(unsigned long mpidr);
+void cci_disable_coherency(unsigned long mpidr);
#endif /* __CCI_400_H__ */