mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-06 23:36:59 +02:00
include/arm_ffa.h: Audit include list
This file does not need <linux/printk.h> but does directly need <linux/types.h>. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
a510bc2c9a
commit
6a891bb78c
@ -9,7 +9,7 @@
|
||||
#ifndef __ARM_FFA_H
|
||||
#define __ARM_FFA_H
|
||||
|
||||
#include <linux/printk.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
/*
|
||||
* This header is public. It can be used by clients to access
|
||||
|
Loading…
Reference in New Issue
Block a user