From b04cdcd6e6a661755e5db67ce566e295edce4efe Mon Sep 17 00:00:00 2001 From: Flavio Santes Date: Sun, 4 Dec 2016 14:59:37 -0600 Subject: drivers: Remove legacy nanokernel.h include This commit replaces the nanokernel.h include by kernel.h. Change-Id: Ib42fbf2d9f77a73c0831f569b3dbbfb342ea2e1d Signed-off-by: Flavio Santes --- drivers/console/uart_pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/console/uart_pipe.c') diff --git a/drivers/console/uart_pipe.c b/drivers/console/uart_pipe.c index 4b6b2bdc1..d8a48b647 100644 --- a/drivers/console/uart_pipe.c +++ b/drivers/console/uart_pipe.c @@ -21,7 +21,7 @@ * limitations under the License. */ -#include +#include #include #include -- cgit v1.2.3