Skip to content
Snippets Groups Projects
Commit 9e6e2bc2 authored by Peter Robinson's avatar Peter Robinson Committed by Michal Simek
Browse files

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: default avatarPeter Robinson <pbrobinson@gmail.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 6b104fea
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
*/ */
#include <common.h> #include <common.h>
#include <dm.h> #include <dm.h>
#include <netdev.h>
#include <ahci.h> #include <ahci.h>
#include <scsi.h> #include <scsi.h>
#include <asm/arch/hardware.h> #include <asm/arch/hardware.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment