All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Rétornaz" <philippe.retornaz@epfl.ch>
To: s.hauer@pengutronix.de
Cc: amit.kucheria@canonical.com, sameo@linux.intel.com,
	broonie@opensource.wolfsonmicro.com, philippe.retornaz@epfl.ch,
	linux-input@vger.kernel.org, u.kleine-koenig@pengutronix.de,
	dmitry.torokhov@gmail.com, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/6] mc13xxx: remove unused define
Date: Thu, 21 Jul 2011 17:10:06 +0200	[thread overview]
Message-ID: <1311261006-28048-7-git-send-email-philippe.retornaz@epfl.ch> (raw)
In-Reply-To: <1311261006-28048-6-git-send-email-philippe.retornaz@epfl.ch>


Signed-off-by: Philippe Rétornaz <philippe.retornaz@epfl.ch>
---
 include/linux/mfd/mc13783.h |    2 --
 include/linux/mfd/mc13xxx.h |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/include/linux/mfd/mc13783.h b/include/linux/mfd/mc13783.h
index bd4fbac..aa824d0 100644
--- a/include/linux/mfd/mc13783.h
+++ b/include/linux/mfd/mc13783.h
@@ -113,8 +113,6 @@ static inline int mc13783_irq_ack(struct mc13783 *mc13783, int irq)
 #define MC13783_USE_CODEC	MC13XXX_USE_CODEC
 #define MC13783_USE_ADC		MC13XXX_USE_ADC
 #define MC13783_USE_RTC		MC13XXX_USE_RTC
-#define MC13783_USE_REGULATOR	MC13XXX_USE_REGULATOR
-#define MC13783_USE_LED		MC13XXX_USE_LED
 
 #define MC13783_ADC_MODE_TS		1
 #define MC13783_ADC_MODE_SINGLE_CHAN	2
diff --git a/include/linux/mfd/mc13xxx.h b/include/linux/mfd/mc13xxx.h
index 555b1d5..f24be68 100644
--- a/include/linux/mfd/mc13xxx.h
+++ b/include/linux/mfd/mc13xxx.h
@@ -158,8 +158,6 @@ struct mc13xxx_platform_data {
 #define MC13XXX_USE_CODEC	(1 << 1)
 #define MC13XXX_USE_ADC		(1 << 2)
 #define MC13XXX_USE_RTC		(1 << 3)
-#define MC13XXX_USE_REGULATOR	(1 << 4)
-#define MC13XXX_USE_LED		(1 << 5)
 	unsigned int flags;
 
 	struct mc13xxx_regulator_platform_data regulators;
-- 
1.6.3.3


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: philippe.retornaz@epfl.ch (Philippe Rétornaz)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/6] mc13xxx: remove unused define
Date: Thu, 21 Jul 2011 17:10:06 +0200	[thread overview]
Message-ID: <1311261006-28048-7-git-send-email-philippe.retornaz@epfl.ch> (raw)
In-Reply-To: <1311261006-28048-6-git-send-email-philippe.retornaz@epfl.ch>


Signed-off-by: Philippe R?tornaz <philippe.retornaz@epfl.ch>
---
 include/linux/mfd/mc13783.h |    2 --
 include/linux/mfd/mc13xxx.h |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/include/linux/mfd/mc13783.h b/include/linux/mfd/mc13783.h
index bd4fbac..aa824d0 100644
--- a/include/linux/mfd/mc13783.h
+++ b/include/linux/mfd/mc13783.h
@@ -113,8 +113,6 @@ static inline int mc13783_irq_ack(struct mc13783 *mc13783, int irq)
 #define MC13783_USE_CODEC	MC13XXX_USE_CODEC
 #define MC13783_USE_ADC		MC13XXX_USE_ADC
 #define MC13783_USE_RTC		MC13XXX_USE_RTC
-#define MC13783_USE_REGULATOR	MC13XXX_USE_REGULATOR
-#define MC13783_USE_LED		MC13XXX_USE_LED
 
 #define MC13783_ADC_MODE_TS		1
 #define MC13783_ADC_MODE_SINGLE_CHAN	2
diff --git a/include/linux/mfd/mc13xxx.h b/include/linux/mfd/mc13xxx.h
index 555b1d5..f24be68 100644
--- a/include/linux/mfd/mc13xxx.h
+++ b/include/linux/mfd/mc13xxx.h
@@ -158,8 +158,6 @@ struct mc13xxx_platform_data {
 #define MC13XXX_USE_CODEC	(1 << 1)
 #define MC13XXX_USE_ADC		(1 << 2)
 #define MC13XXX_USE_RTC		(1 << 3)
-#define MC13XXX_USE_REGULATOR	(1 << 4)
-#define MC13XXX_USE_LED		(1 << 5)
 	unsigned int flags;
 
 	struct mc13xxx_regulator_platform_data regulators;
-- 
1.6.3.3

  reply	other threads:[~2011-07-21 15:10 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-21 15:10 [PATCH v4 0/6] mc13783: add pwr button support Philippe Rétornaz
2011-07-21 15:10 ` Philippe Rétornaz
2011-07-21 14:44 ` Uwe Kleine-König
2011-07-21 14:44   ` Uwe Kleine-König
2011-07-21 15:10 ` [PATCH 1/6] mc13783: add power " Philippe Rétornaz
2011-07-21 15:10   ` Philippe Rétornaz
2011-07-21 15:10   ` [PATCH 2/6] mx31moboard: Add MC13783 " Philippe Rétornaz
2011-07-21 15:10     ` Philippe Rétornaz
2011-07-21 15:10     ` [PATCH 3/6] mc13xxx: Unconditionally register regulator subdevice Philippe Rétornaz
2011-07-21 15:10       ` Philippe Rétornaz
2011-07-21 15:10       ` [PATCH 4/6] mc13xxx: implicitly register led subdevice Philippe Rétornaz
2011-07-21 15:10         ` Philippe Rétornaz
2011-07-21 15:10         ` [PATCH 5/6] mc13xxx: remove obsolete leds and regualtors flags Philippe Rétornaz
2011-07-21 15:10           ` Philippe Rétornaz
2011-07-21 15:10           ` Philippe Rétornaz [this message]
2011-07-21 15:10             ` [PATCH 6/6] mc13xxx: remove unused define Philippe Rétornaz
2011-07-22  1:39   ` [PATCH 1/6] mc13783: add power button support Shawn Guo
2011-07-22  1:39     ` Shawn Guo

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=1311261006-28048-7-git-send-email-philippe.retornaz@epfl.ch \
    --to=philippe.retornaz@epfl.ch \
    --cc=amit.kucheria@canonical.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-input@vger.kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=sameo@linux.intel.com \
    --cc=u.kleine-koenig@pengutronix.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.