drivers: rtc: update to unified kernel
Change the included kernel header file from nanokernel.h to kernel.h Change-Id: I754b883d1769517e908e88096e7704666ec12275 Signed-off-by: Baohong Liu <baohong.liu@intel.com>
This commit is contained in:
parent
b618d001b4
commit
9cf46e52dc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#include <device.h>
|
||||
#include <drivers/ioapic.h>
|
||||
#include <init.h>
|
||||
#include <nanokernel.h>
|
||||
#include <kernel.h>
|
||||
#include <rtc.h>
|
||||
#include <power.h>
|
||||
#include <soc.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue