From aa622de663e0f96c5d7d4e4bc1d977b4febe6786 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Feb 2015 18:49:24 -0600 Subject: configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions --- nuttx/configs/lm3s6965-ek/src/up_boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/lm3s6965-ek/src/up_boot.c') diff --git a/nuttx/configs/lm3s6965-ek/src/up_boot.c b/nuttx/configs/lm3s6965-ek/src/up_boot.c index 175379f16..d2619b360 100644 --- a/nuttx/configs/lm3s6965-ek/src/up_boot.c +++ b/nuttx/configs/lm3s6965-ek/src/up_boot.c @@ -1,8 +1,7 @@ /************************************************************************************ * configs/lm3s6965-ek/src/up_boot.c - * arch/arm/src/board/up_boot.c * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2010, 2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -42,6 +41,7 @@ #include +#include #include #include "up_arch.h" -- cgit v1.2.3