mirror of
https://xff.cz/git/u-boot/
synced 2026-01-23 10:05:20 +01: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user