m68k/uC5282/include/bsp.h: Do not include <rtems/clockdrv.h>

This commit is contained in:
Joel Sherrill
2016-03-25 10:46:31 -05:00
parent 19ec226d6c
commit d4df6ea32e
2 changed files with 1 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ static void uC5282_tc_tick(void)
/*
* Provide our own version of the idle task
*/
Thread bsp_idle_thread(uint32_t ignored)
void * bsp_idle_thread(uint32_t ignored)
{
/* Atomic increment */
for(;;)

View File

@@ -20,7 +20,6 @@
#include <rtems.h>
#include <rtems/iosupp.h>
#include <rtems/console.h>
#include <rtems/clockdrv.h>
#include <rtems/iosupp.h>
#include <rtems/bspIo.h>