diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-05-14 20:47:02 (GMT) |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-06-20 14:40:58 (GMT) |
commit | 9e6e2bc2294b88884fff5a0e46d06a2196f19e5f (patch) | |
tree | 74ad5fc0563ce18276ff1ee9fede307ff923d905 /drivers | |
parent | 6b104fead3a1f156644ed8c9be4e0d1641e6a7bb (diff) | |
download | u-boot-9e6e2bc2294b88884fff5a0e46d06a2196f19e5f.tar.xz |
block: sata: ceva: drop extraneous netdev.h include
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/block/sata_ceva.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/sata_ceva.c b/drivers/block/sata_ceva.c index 65a4bb2..0c24fce 100644 --- 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> |