aboutsummaryrefslogtreecommitdiff
path: root/kernel.c
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2019-10-08 16:35:12 +0200
committervetch <vetch97@gmail.com>2019-10-08 16:35:12 +0200
commit73d6f1693f0c4023df928363012bee3a6d442a4c (patch)
treeb7c8d84c07ada4afb0bc499cceb17d0eaefaca14 /kernel.c
parent41ad4c6268b0292464802d88ac6835d21e69cabb (diff)
downloadrpi-MMU-example-73d6f1693f0c4023df928363012bee3a6d442a4c.tar.gz
rpi-MMU-example-73d6f1693f0c4023df928363012bee3a6d442a4c.zip
optimize imports
Diffstat (limited to 'kernel.c')
-rw-r--r--kernel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel.c b/kernel.c
index 2fd5d71..9a9d989 100644
--- a/kernel.c
+++ b/kernel.c
@@ -1,7 +1,4 @@
-#include <stddef.h>
-#include <stdint.h>
#include <uart.h>
-#include <global.h>
void kernel_main(uint32_t r0, uint32_t r1, uint32_t atags)
{