mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 15:28:50 +00:00
arm: apple: Remove <common.h> and add needed includes
Remove <common.h> from all mach-apple files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
7ddba43063
commit
42a35b4a02
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
* (C) Copyright 2021 Mark Kettenis <kettenis@openbsd.org>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <dm/uclass-internal.h>
|
||||
#include <efi_loader.h>
|
||||
|
|
|
@ -4,13 +4,14 @@
|
|||
* (C) Copyright 2021 Copyright The Asahi Linux Contributors
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <mailbox.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include <asm/arch/rtkit.h>
|
||||
#include <linux/apple-mailbox.h>
|
||||
#include <linux/bitfield.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#define APPLE_RTKIT_EP_MGMT 0
|
||||
#define APPLE_RTKIT_EP_CRASHLOG 1
|
||||
|
|
Loading…
Add table
Reference in a new issue