mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00: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
2 changed files with 0 additions and 11 deletions
|
@ -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…
Add table
Reference in a new issue