Commit 4e16e779 authored by Baohong Liu's avatar Baohong Liu Committed by Anas Nashif
Browse files

boards: all: use new kernel header file



Change-Id: Ibfbf8fc7b777d5015861dd3b4b5175176c3091bf
Signed-off-by: default avatarBaohong Liu <baohong.liu@intel.com>
parent 688838c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

#include <device.h>
#include <init.h>
#include <nanokernel.h>
#include <kernel.h>
#include <pinmux.h>
#include <soc.h>
#include <sys_io.h>
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#include <nanokernel.h>
#include <kernel.h>
#include <board.h>
#include <device.h>
#include <init.h>
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 * limitations under the License.
 */

#include <nanokernel.h>
#include <kernel.h>
#include <board.h>
#include <device.h>
#include <init.h>
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 * limitations under the License.
 */

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

#include <nanokernel.h>
#include <kernel.h>
#include <board.h>
#include <device.h>
#include <init.h>
Loading