All of lore.kernel.org
 help / color / mirror / Atom feed
From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] pinctrl: mvebu: remove useless include
Date: Wed, 24 Oct 2012 23:38:57 +0200	[thread overview]
Message-ID: <1351114738-26793-2-git-send-email-thomas.petazzoni@free-electrons.com> (raw)
In-Reply-To: <1351114738-26793-1-git-send-email-thomas.petazzoni@free-electrons.com>

Including the core.h header for the pinctrl subsystem is not
necessary, and it is actually causing problems when moving the
pinctrl-mvebu drivers into a separate subdirectory.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 drivers/pinctrl/pinctrl-mvebu.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-mvebu.c b/drivers/pinctrl/pinctrl-mvebu.c
index 8e6266c..6c44b7e 100644
--- a/drivers/pinctrl/pinctrl-mvebu.c
+++ b/drivers/pinctrl/pinctrl-mvebu.c
@@ -24,7 +24,6 @@
 #include <linux/pinctrl/pinctrl.h>
 #include <linux/pinctrl/pinmux.h>
 
-#include "core.h"
 #include "pinctrl-mvebu.h"
 
 #define MPPS_PER_REG	8
-- 
1.7.9.5

  reply	other threads:[~2012-10-24 21:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-24 21:38 [PATCH 1/3] pinctrl: mvebu: allow plat-orion architectures to use pinctrl-mvebu Thomas Petazzoni
2012-10-24 21:38 ` Thomas Petazzoni [this message]
2012-10-25  6:56   ` [PATCH 2/3] pinctrl: mvebu: remove useless include Linus Walleij
2012-10-24 21:38 ` [PATCH 3/3] pinctrl: mvebu: move to its own directory Thomas Petazzoni
2012-10-25  6:58   ` Linus Walleij
2012-10-25  6:55 ` [PATCH 1/3] pinctrl: mvebu: allow plat-orion architectures to use pinctrl-mvebu Linus Walleij

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=1351114738-26793-2-git-send-email-thomas.petazzoni@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.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.