All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] block: sata: ceva: drop extraneous netdev.h include
Date: Mon, 15 May 2017 10:48:51 +0200	[thread overview]
Message-ID: <3fc86080-ba11-982d-de34-ec9e3330479f@xilinx.com> (raw)
In-Reply-To: <20170514204702.17420-1-pbrobinson@gmail.com>

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

      reply	other threads:[~2017-05-15  8:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3fc86080-ba11-982d-de34-ec9e3330479f@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.