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

This commit is contained in:
Joel Sherrill
2016-03-25 10:45:30 -05:00
parent 03faf217bd
commit 009b7370a7
2 changed files with 1 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
#include <stdlib.h> /* for atexit() */
#include <bsp.h>
#include <m68340.h>
#include <rtems/clockdrv.h>
#define CLOCK_VECTOR 120 /* clock isr routine vector in the vbr */
#define CLOCK_IRQ_LEVEL 6 /* clock isr level */

View File

@@ -34,7 +34,6 @@
#include <rtems.h>
#include <rtems/console.h>
#include <rtems/iosupp.h>
#include <rtems/clockdrv.h>
#ifdef __cplusplus
extern "C" {