All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] block: sata: ceva: drop extraneous netdev.h include
@ 2017-05-14 20:47 Peter Robinson
  2017-05-15  8:48 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Robinson @ 2017-05-14 20:47 UTC (permalink / raw)
  To: u-boot

Drop include of netdev.h as it's a SATA driver not a network driver.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 drivers/block/sata_ceva.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/block/sata_ceva.c b/drivers/block/sata_ceva.c
index 9b5466483a..9ac195bac2 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>
-- 
2.13.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] block: sata: ceva: drop extraneous netdev.h include
  2017-05-14 20:47 [U-Boot] [PATCH] block: sata: ceva: drop extraneous netdev.h include Peter Robinson
@ 2017-05-15  8:48 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2017-05-15  8:48 UTC (permalink / raw)
  To: u-boot

On 14.5.2017 22:47, Peter Robinson wrote:
> Drop include of netdev.h as it's a SATA driver not a network driver.
> 
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
>  drivers/block/sata_ceva.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/block/sata_ceva.c b/drivers/block/sata_ceva.c
> index 9b5466483a..9ac195bac2 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>
> 

Applied.

Thanks,
Michal

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-15  8:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-14 20:47 [U-Boot] [PATCH] block: sata: ceva: drop extraneous netdev.h include Peter Robinson
2017-05-15  8:48 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.