m68k/mrm332: Fix warnings

This commit is contained in:
Joel Sherrill
2014-10-20 10:59:08 -05:00
parent a877739713
commit d6db94a368

View File

@@ -1,11 +1,8 @@
/* Spurious_driver /*
*
* This routine installs spurious interrupt handlers for the mrm. * This routine installs spurious interrupt handlers for the mrm.
* */
* Input parameters: NONE
* /*
* Output parameters: NONE
*
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993. * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).
* *
@@ -28,7 +25,7 @@ const char * const _Spurious_Error_[] = {"Reset","Bus Error","Address Error",
"AVec7","Trap Instruction","Debug","Reboot","Reserved Coprocessor", "AVec7","Trap Instruction","Debug","Reboot","Reserved Coprocessor",
"Reserved Unassigned","User Defined"}; "Reserved Unassigned","User Defined"};
rtems_isr Spurious_Isr( static rtems_isr Spurious_Isr(
rtems_vector_number vector rtems_vector_number vector
) )
{ {