From 7632906fc290b652416ab59eb5fb49356c064ed6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 19 Apr 2018 06:35:52 +0200 Subject: bsps: Move clock drivers to bsps This patch is a part of the BSP source reorganization. Update #3285. --- c/src/lib/libbsp/sparc/shared/timer/tlib_ckinit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/sparc/shared') diff --git a/c/src/lib/libbsp/sparc/shared/timer/tlib_ckinit.c b/c/src/lib/libbsp/sparc/shared/timer/tlib_ckinit.c index af4d34b259..3f56d725d9 100644 --- a/c/src/lib/libbsp/sparc/shared/timer/tlib_ckinit.c +++ b/c/src/lib/libbsp/sparc/shared/timer/tlib_ckinit.c @@ -401,7 +401,7 @@ static const struct ops ops_irqamp = { }; #endif -/** Interface to the Clock Driver Shell (clockdrv_shell.h) **/ +/** Interface to the Clock Driver Shell (dev/clock/clockimpl.h) **/ #define Clock_driver_support_find_timer() \ do { \ rtems_device_driver ret; \ @@ -447,7 +447,7 @@ static const struct ops ops_irqamp = { } \ } while (0) -#include "../../../shared/clockdrv_shell.h" +#include "../../../shared/dev/clock/clockimpl.h" #endif /* RTEMS_DRVMGR_STARTUP */ -- cgit v1.2.3