From: marex@denx.de (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/4] iio: mxs: Remove unused fields from mxs_lradc
Date: Fri, 7 Dec 2012 16:24:51 +0100 [thread overview]
Message-ID: <1354893893-26338-2-git-send-email-marex@denx.de> (raw)
In-Reply-To: <1354893893-26338-1-git-send-email-marex@denx.de>
Remove unused "enable" field from struct mxs_lradc. This seems to be
remnant of early development.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Shawn Guo <shawn.guo@linaro.org>
---
drivers/staging/iio/adc/mxs-lradc.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/iio/adc/mxs-lradc.c b/drivers/staging/iio/adc/mxs-lradc.c
index 67abf50..6249957 100644
--- a/drivers/staging/iio/adc/mxs-lradc.c
+++ b/drivers/staging/iio/adc/mxs-lradc.c
@@ -85,8 +85,6 @@ struct mxs_lradc {
struct mutex lock;
- uint8_t enable;
-
struct completion completion;
};
--
1.7.10.4
next prev parent reply other threads:[~2012-12-07 15:24 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-07 15:24 [PATCH 1/4] iio: mxs: Remove unused struct mxs_lradc_chan Marek Vasut
2012-12-07 15:24 ` Marek Vasut [this message]
2012-12-07 15:24 ` [PATCH 3/4] iio: mxs: Implement support for touchscreen Marek Vasut
2012-12-08 10:13 ` Jonathan Cameron
2012-12-08 21:18 ` Marek Vasut
2012-12-10 21:56 ` Jonathan Cameron
2012-12-13 16:56 ` Marek Vasut
2012-12-10 22:24 ` Dmitry Torokhov
2012-12-10 23:22 ` Marek Vasut
2012-12-11 8:18 ` Lothar Waßmann
2012-12-13 16:48 ` Marek Vasut
2012-12-08 19:42 ` Fabio Estevam
2012-12-08 21:03 ` Marek Vasut
2012-12-07 15:24 ` [PATCH 4/4] iio: mxs: Enable touchscreen on m28evk Marek Vasut
2012-12-08 19:39 ` [PATCH 1/4] iio: mxs: Remove unused struct mxs_lradc_chan Fabio Estevam
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=1354893893-26338-2-git-send-email-marex@denx.de \
--to=marex@denx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).