summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-15 13:14:40 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-15 13:14:40 +0100
commit32292d5d7c1cc2ff9704e84d366463210ecc1054 (patch)
tree32d768ae9ddf60e6be3870e463f0bf376d97e321 /c/src/lib/libcpu
parentshell: Fix warnings (diff)
downloadrtems-32292d5d7c1cc2ff9704e84d366463210ecc1054.tar.bz2
bsps/powerpc: Fix warning
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc83xx/gtm/gtm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc83xx/gtm/gtm.c b/c/src/lib/libcpu/powerpc/mpc83xx/gtm/gtm.c
index a475591f16..2f13a1d8cd 100644
--- a/c/src/lib/libcpu/powerpc/mpc83xx/gtm/gtm.c
+++ b/c/src/lib/libcpu/powerpc/mpc83xx/gtm/gtm.c
@@ -40,8 +40,6 @@
static const uint8_t mpc83xx_gmt_interrupt_vector_table [MPC83XX_GTM_NUMBER] = { 90, 78, 84, 72, 91, 79, 85, 73 };
-static const uint8_t mpc83xx_gmt_interrupt_priority_table [MPC83XX_GTM_NUMBER] = { 113, 77, 95, 59, 116, 80, 98, 62 };
-
rtems_status_code mpc83xx_gtm_initialize( int timer, int clock)
{
rtems_status_code sc = RTEMS_SUCCESSFUL;