Skip to content

Commit 05f4228

Browse files
committed
cleanup uneeded include of errno.h
1 parent 33b3740 commit 05f4228

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

so3/kernel/psci_smp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* Author: Will Deacon <will.deacon@arm.com>
1414
*/
1515

16-
#include <errno.h>
1716
#include <spinlock.h>
1817
#include <smp.h>
1918
#include <psci.h>

so3/kernel/spin_table.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* Author: Will Deacon <will.deacon@arm.com>
1414
*/
1515

16-
#include <errno.h>
1716
#include <spinlock.h>
1817
#include <smp.h>
1918
#include <psci.h>

so3/mm/percpu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <common.h>
2020
#include <memory.h>
2121
#include <heap.h>
22-
#include <errno.h>
2322
#include <string.h>
2423
#include <percpu.h>
2524

0 commit comments

Comments
 (0)