dm: blk: Drop the systemace.h header
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 17:36:19 +0000 (11:36 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
This has nothing of consequence. Remove it and its only inclusion site.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/block/systemace.c
include/systemace.h [deleted file]

index 4f14d5f..79e1263 100644 (file)
@@ -27,7 +27,6 @@
 
 #include <common.h>
 #include <command.h>
-#include <systemace.h>
 #include <part.h>
 #include <asm/io.h>
 
diff --git a/include/systemace.h b/include/systemace.h
deleted file mode 100644 (file)
index bccb2a2..0000000
+++ /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 */