All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesper Juhl <jj@chaosbits.net>
To: linux-mmc@vger.kernel.org
Cc: trivial@kernel.org, linux-kernel@vger.kernel.org,
	Axel Lin <axel.lin@gmail.com>, Chris Ball <cjb@laptop.org>,
	David Vrabel <david.vrabel@csr.com>
Subject: [PATCH] USB SD Host Controller: Including usb.h once is enough
Date: Mon, 10 Jan 2011 21:56:08 +0100 (CET)	[thread overview]
Message-ID: <alpine.LNX.2.00.1101102153280.32164@swampdragon.chaosbits.net> (raw)


Including usb.h once is enough in drivers/mmc/host/ushc.c
This removes the duplicate.


Signed-off-by: Jesper Juhl <jj@chaosbits.net>
---
 ushc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mmc/host/ushc.c b/drivers/mmc/host/ushc.c
index f8f65df..f08f944 100644
--- a/drivers/mmc/host/ushc.c
+++ b/drivers/mmc/host/ushc.c
@@ -19,7 +19,6 @@
 #include <linux/module.h>
 #include <linux/usb.h>
 #include <linux/kernel.h>
-#include <linux/usb.h>
 #include <linux/slab.h>
 #include <linux/dma-mapping.h>
 #include <linux/mmc/host.h>


-- 
Jesper Juhl <jj@chaosbits.net>            http://www.chaosbits.net/
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please.


             reply	other threads:[~2011-01-10 20:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-10 20:56 Jesper Juhl [this message]
2011-01-10 21:05 ` [PATCH] USB SD Host Controller: Including usb.h once is enough Wolfram Sang
2011-01-10 21:19   ` Jesper Juhl
2011-01-10 21:37     ` Chris Ball
2011-01-10 21:39       ` Jiri Kosina
2011-01-10 21:37 ` Jiri Kosina

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=alpine.LNX.2.00.1101102153280.32164@swampdragon.chaosbits.net \
    --to=jj@chaosbits.net \
    --cc=axel.lin@gmail.com \
    --cc=cjb@laptop.org \
    --cc=david.vrabel@csr.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=trivial@kernel.org \
    /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.