projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b104fe
)
block: sata: ceva: drop extraneous netdev.h include
author
Peter Robinson
<pbrobinson@gmail.com>
Sun, 14 May 2017 20:47:02 +0000
(21:47 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Tue, 20 Jun 2017 14:40:58 +0000
(16:40 +0200)
Drop include of netdev.h as it's a SATA driver not a network driver.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/block/sata_ceva.c
patch
|
blob
|
history
diff --git
a/drivers/block/sata_ceva.c
b/drivers/block/sata_ceva.c
index
65a4bb2
..
0c24fce
100644
(file)
--- a/
drivers/block/sata_ceva.c
+++ b/
drivers/block/sata_ceva.c
@@
-6,7
+6,6
@@
*/
#include <common.h>
#include <dm.h>
-#include <netdev.h>
#include <ahci.h>
#include <scsi.h>
#include <asm/arch/hardware.h>