Skip to content

Commit

Permalink
block: sata: ceva: drop extraneous netdev.h include
Browse files Browse the repository at this point in the history
Drop include of netdev.h as it's a SATA driver not a network driver.

Signed-off-by: Peter Robinson <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
nullr0ute authored and Michal Simek committed Jun 20, 2017
1 parent 6b104fe commit 9e6e2bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/block/sata_ceva.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/
#include <common.h>
#include <dm.h>
#include <netdev.h>
#include <ahci.h>
#include <scsi.h>
#include <asm/arch/hardware.h>
Expand Down

0 comments on commit 9e6e2bc

Please sign in to comment.