diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-01 11:36:19 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-05-17 09:54:43 -0600 |
commit | ae9ffccdac12b21ad55401d8554b5d835c9c8f22 (patch) | |
tree | 87c233f97d46d7cb1348391b1b6662920fef3e50 /include | |
parent | f6d000edbeaddfe8e5b5e3be9fd3f6c76fdff6d2 (diff) | |
download | u-boot-ae9ffccdac12b21ad55401d8554b5d835c9c8f22.zip u-boot-ae9ffccdac12b21ad55401d8554b5d835c9c8f22.tar.gz u-boot-ae9ffccdac12b21ad55401d8554b5d835c9c8f22.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/systemace.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/systemace.h b/include/systemace.h deleted file mode 100644 index bccb2a2..0000000 --- a/include/systemace.h +++ /dev/null @@ -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 */ |