diff mbox

[U-Boot,v2,31/44] dm: blk: Drop the systemace.h header

Message ID 1462124192-8748-32-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass May 1, 2016, 5:36 p.m. UTC
This has nothing of consequence. Remove it and its only inclusion site.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 drivers/block/systemace.c |  1 -
 include/systemace.h       | 10 ----------
 2 files changed, 11 deletions(-)
 delete mode 100644 include/systemace.h

Comments

Simon Glass May 14, 2016, 7:36 p.m. UTC | #1
On 1 May 2016 at 11:36, Simon Glass <sjg@chromium.org> wrote:
> This has nothing of consequence. Remove it and its only inclusion site.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v2: None
>
>  drivers/block/systemace.c |  1 -
>  include/systemace.h       | 10 ----------
>  2 files changed, 11 deletions(-)
>  delete mode 100644 include/systemace.h

Applied to u-boot-dm.
diff mbox

Patch

diff --git a/drivers/block/systemace.c b/drivers/block/systemace.c
index 4f14d5f..79e1263 100644
--- a/drivers/block/systemace.c
+++ b/drivers/block/systemace.c
@@ -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
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 */