summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-25 10:44:34 -0500
committerJoel Sherrill <joel@rtems.org>2016-03-25 10:44:34 -0500
commit30617a10f285b4837887e58e0a26bef4dbb1ccaf (patch)
tree9d53beff7ebbcec4e483b1b42065fd4f534d1b80
parentarm/gdbarmsim/include/bsp.h: Do not include <rtems/clockdrv.h> (diff)
downloadrtems-30617a10f285b4837887e58e0a26bef4dbb1ccaf.tar.bz2
arm/gumstix/include/bsp.h: Do not include <rtems/clockdrv.h>
-rw-r--r--c/src/lib/libbsp/arm/gumstix/include/bsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/gumstix/include/bsp.h b/c/src/lib/libbsp/arm/gumstix/include/bsp.h
index fb21e13e92..850ff89e5a 100644
--- a/c/src/lib/libbsp/arm/gumstix/include/bsp.h
+++ b/c/src/lib/libbsp/arm/gumstix/include/bsp.h
@@ -20,7 +20,6 @@
#include <rtems.h>
#include <rtems/console.h>
-#include <rtems/clockdrv.h>
#ifdef __cplusplus
extern "C" {