summaryrefslogtreecommitdiff
path: root/drivers/console/uart_pipe.c
diff options
context:
space:
mode:
authorFlavio Santes <flavio.santes@intel.com>2016-12-04 14:59:37 -0600
committerFlavio Santes <flavio.santes@intel.com>2016-12-04 14:59:37 -0600
commitb04cdcd6e6a661755e5db67ce566e295edce4efe (patch)
tree8e1a03808dcea4e94c1c1b7a86ab8fa664a59d2e /drivers/console/uart_pipe.c
parent3c95ce6da6ffabf1f4b361367fd506c20a0103af (diff)
drivers: Remove legacy nanokernel.h include
This commit replaces the nanokernel.h include by kernel.h. Change-Id: Ib42fbf2d9f77a73c0831f569b3dbbfb342ea2e1d Signed-off-by: Flavio Santes <flavio.santes@intel.com>
Diffstat (limited to 'drivers/console/uart_pipe.c')
-rw-r--r--drivers/console/uart_pipe.c2
1 files changed, 1 insertions, 1 deletions
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 <nanokernel.h>
+#include <kernel.h>
#include <board.h>
#include <uart.h>