summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/qoriq
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-08-10 08:22:02 -0500
committerJoel Sherrill <joel@rtems.org>2018-08-10 08:24:28 -0500
commitd071d9a17a8f76313a225d583769a8e4f324a7fc (patch)
tree7e2ac733a90b071c143182908188962060a9a479 /bsps/powerpc/qoriq
parentmotorola_powerpc/include/tm27.h: Fix prototype warning (diff)
downloadrtems-d071d9a17a8f76313a225d583769a8e4f324a7fc.tar.bz2
qoriq/include/tm27.h: Fix prototype warning
Diffstat (limited to 'bsps/powerpc/qoriq')
-rw-r--r--bsps/powerpc/qoriq/include/tm27.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/powerpc/qoriq/include/tm27.h b/bsps/powerpc/qoriq/include/tm27.h
index 46264b7e67..79ef3b4aae 100644
--- a/bsps/powerpc/qoriq/include/tm27.h
+++ b/bsps/powerpc/qoriq/include/tm27.h
@@ -78,12 +78,12 @@ static void qoriq_tm27_cause(uint32_t ipi_index)
qoriq.pic.per_cpu[self].ipidr[ipi_index].reg = UINT32_C(1) << self;
}
-static void Cause_tm27_intr()
+static void Cause_tm27_intr(void)
{
qoriq_tm27_cause(IPI_INDEX_LOW);
}
-static void Clear_tm27_intr()
+static void Clear_tm27_intr(void)
{
/* Nothing to do */
}