mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-05 02:23:31 +08:00
dm: blk: Drop the systemace.h header
This has nothing of consequence. Remove it and its only inclusion site. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f6d000edbe
commit
ae9ffccdac
@ -27,7 +27,6 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <systemace.h>
|
||||
#include <part.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
|
@ -1,10 +0,0 @@
|
||||
#ifndef __SYSTEMACE_H
|
||||
#define __SYSTEMACE_H
|
||||
/*
|
||||
* Copyright (c) 2004 Picture Elements, Inc.
|
||||
* Stephen Williams (steve@picturel.com)
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#endif /* __SYSTEMACE_H */
|
Loading…
Reference in New Issue
Block a user