summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-25 10:44:59 -0500
committerJoel Sherrill <joel@rtems.org>2016-03-25 10:44:59 -0500
commit947985aa8eaeab833e30e5e2b73f3ceb9cecb173 (patch)
treeac59318e78971d31d731c017e4788fce4e2cdef0
parentarm/realview-pbx-a9/include/bsp.h: Do not include <rtems/clockdrv.h> (diff)
downloadrtems-947985aa8eaeab833e30e5e2b73f3ceb9cecb173.tar.bz2
arm/rtl22xx/include/bsp.h: Do not include <rtems/clockdrv.h>
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/include/bsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h b/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
index 51ed025c6f..8d74c15e0d 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
+++ b/c/src/lib/libbsp/arm/rtl22xx/include/bsp.h
@@ -29,7 +29,6 @@
#include <rtems.h>
#include <rtems/iosupp.h>
#include <rtems/console.h>
-#include <rtems/clockdrv.h>
#ifdef __cplusplus
extern "C" {