mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
fuzz: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
d9a83cf44f
commit
ce4bbf3592
@ -6,7 +6,6 @@
|
||||
|
||||
#define LOG_CATEGORY UCLASS_FUZZING_ENGINE
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <fuzzing_engine.h>
|
||||
|
||||
|
||||
@ -4,7 +4,6 @@
|
||||
* Written by Andrew Scull <ascull@google.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <fuzzing_engine.h>
|
||||
#include <asm/fuzzing_engine.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user