From: ben.dooks@codethink.co.uk (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: imx: add mx25_revision() prototype
Date: Thu, 9 Jun 2016 13:02:46 +0100 [thread overview]
Message-ID: <1465473766-30463-1-git-send-email-ben.dooks@codethink.co.uk> (raw)
It looks like when this header was created, mx25_revision's
prototype was not added. Add it to fix the following warning:
arch/arm/mach-imx/cpu-imx25.c:44:5: warning: symbol 'mx25_revision' was not declared. Should it be static?
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: linux-arm-kernel at lists.infradead.org
---
include/soc/imx/revision.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/soc/imx/revision.h b/include/soc/imx/revision.h
index 9ea3469..b10af49 100644
--- a/include/soc/imx/revision.h
+++ b/include/soc/imx/revision.h
@@ -25,6 +25,7 @@
#define IMX_CHIP_REVISION_3_3 0x33
#define IMX_CHIP_REVISION_UNKNOWN 0xff
+int mx25_revision(void);
int mx27_revision(void);
int mx31_revision(void);
int mx35_revision(void);
--
2.8.1
next reply other threads:[~2016-06-09 12:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-09 12:02 Ben Dooks [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-06-09 12:04 [PATCH] ARM: imx: add mx25_revision() prototype Ben Dooks
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=1465473766-30463-1-git-send-email-ben.dooks@codethink.co.uk \
--to=ben.dooks@codethink.co.uk \
--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).