boards: all: use new kernel header file

Change-Id: Ibfbf8fc7b777d5015861dd3b4b5175176c3091bf
Signed-off-by: Baohong Liu <baohong.liu@intel.com>
This commit is contained in:
Baohong Liu 2016-12-02 15:03:20 -08:00 committed by Anas Nashif
commit 4e16e77935
7 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@
#include <device.h> #include <device.h>
#include <init.h> #include <init.h>
#include <nanokernel.h> #include <kernel.h>
#include <pinmux.h> #include <pinmux.h>
#include <soc.h> #include <soc.h>
#include <sys_io.h> #include <sys_io.h>

View file

@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#include <nanokernel.h> #include <kernel.h>
#include <board.h> #include <board.h>
#include <device.h> #include <device.h>
#include <init.h> #include <init.h>

View file

@ -16,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <nanokernel.h> #include <kernel.h>
#include <board.h> #include <board.h>
#include <device.h> #include <device.h>
#include <init.h> #include <init.h>

View file

@ -16,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <nanokernel.h> #include <kernel.h>
#include <board.h> #include <board.h>
#include <device.h> #include <device.h>
#include <init.h> #include <init.h>

View file

@ -23,7 +23,7 @@
* @file pinmux operations for Quark_D2000 * @file pinmux operations for Quark_D2000
*/ */
#include <nanokernel.h> #include <kernel.h>
#include <board.h> #include <board.h>
#include <device.h> #include <device.h>
#include <init.h> #include <init.h>

View file

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <nanokernel.h> #include <kernel.h>
#include "board.h" #include "board.h"
#include <uart.h> #include <uart.h>
#include <device.h> #include <device.h>

View file

@ -16,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <nanokernel.h> #include <kernel.h>
#include <board.h> #include <board.h>
#include <device.h> #include <device.h>
#include <init.h> #include <init.h>