From: Felipe Balbi <balbi@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
Felipe Balbi <balbi@ti.com>
Subject: [PATCH 1/6] arm: omap: i2c: fix compile warning
Date: Tue, 15 Feb 2011 14:49:11 +0200 [thread overview]
Message-ID: <1297774156-23312-2-git-send-email-balbi@ti.com> (raw)
In-Reply-To: <1297774156-23312-1-git-send-email-balbi@ti.com>
Fix the following compile warning:
arch/arm/plat-omap/i2c.c:120:13: warning:
'omap_pm_set_max_mpu_wakeup_lat_compat' defined but not used
arch/arm/plat-omap/i2c.c:125:38: warning: 'omap_i2c_latency'
defined but not used
Signed-off-by: Felipe Balbi <balbi@ti.com>
---
arch/arm/plat-omap/i2c.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/plat-omap/i2c.c b/arch/arm/plat-omap/i2c.c
index a4f8003..3341ca4 100644
--- a/arch/arm/plat-omap/i2c.c
+++ b/arch/arm/plat-omap/i2c.c
@@ -112,6 +112,7 @@ static inline int omap1_i2c_add_bus(int bus_id)
}
+#ifdef CONFIG_ARCH_OMAP2PLUS
/*
* XXX This function is a temporary compatibility wrapper - only
* needed until the I2C driver can be converted to call
@@ -130,7 +131,6 @@ static struct omap_device_pm_latency omap_i2c_latency[] = {
},
};
-#ifdef CONFIG_ARCH_OMAP2PLUS
static inline int omap2_i2c_add_bus(int bus_id)
{
int l;
--
1.7.4.rc2
next prev parent reply other threads:[~2011-02-15 12:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-15 12:49 [PATCH 0/6] trivial compile warning fixes Felipe Balbi
2011-02-15 12:49 ` Felipe Balbi [this message]
2011-02-15 12:49 ` [PATCH 2/6] arm: omap1: fix compile warning Felipe Balbi
2011-02-15 12:49 ` [PATCH 3/6] arm: omap1: fix compile warnings Felipe Balbi
2011-02-15 12:49 ` [PATCH 4/6] arm: omap1: fix a bunch of section mismatches Felipe Balbi
2011-02-15 12:49 ` [PATCH 5/6] arm: omap2: irq: fix compile warning: Felipe Balbi
2011-02-15 12:49 ` [PATCH 6/6] arm: omap2: clksel: fix compile warning Felipe Balbi
2011-02-15 18:33 ` Paul Walmsley
2011-02-16 17:30 ` [PATCH 0/6] trivial compile warning fixes Tony Lindgren
2011-02-16 19:48 ` Felipe Balbi
2011-02-17 1:50 ` Tony Lindgren
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=1297774156-23312-2-git-send-email-balbi@ti.com \
--to=balbi@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
/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