boards: all: use new kernel header file
Change-Id: Ibfbf8fc7b777d5015861dd3b4b5175176c3091bf Signed-off-by: Baohong Liu <baohong.liu@intel.com>
This commit is contained in:
parent
688838c7d5
commit
4e16e77935
7 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue