From: 21cnbao@gmail.com (Barry Song)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] ARM: prima2: staticize sirfsoc_init_late function
Date: Tue, 18 Feb 2014 14:46:31 +0800 [thread overview]
Message-ID: <1392705991-29967-6-git-send-email-21cnbao@gmail.com> (raw)
In-Reply-To: <1392705991-29967-1-git-send-email-21cnbao@gmail.com>
From: Barry Song <Baohua.Song@csr.com>
sirfsoc_init_late() is a local function not an extern interface to anyone.
Signed-off-by: Barry Song <Baohua.Song@csr.com>
---
arch/arm/mach-prima2/common.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-prima2/common.c b/arch/arm/mach-prima2/common.c
index 6926dbc..3b8865a 100644
--- a/arch/arm/mach-prima2/common.c
+++ b/arch/arm/mach-prima2/common.c
@@ -15,7 +15,7 @@
#include <linux/of_platform.h>
#include "common.h"
-void __init sirfsoc_init_late(void)
+static void __init sirfsoc_init_late(void)
{
sirfsoc_pm_init();
}
--
1.7.5.4
prev parent reply other threads:[~2014-02-18 6:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-18 6:46 [PATCH 0/5] ARM: prima2: a couple of minor fixes Barry Song
2014-02-18 6:46 ` [PATCH 1/5] ARM: prima2: l2x0: fix checkpatch issues Barry Song
2014-02-18 6:46 ` [PATCH 2/5] ARM: prima2: platsmp: " Barry Song
2014-02-18 6:46 ` [PATCH 3/5] ARM: prima2: common: " Barry Song
2014-02-18 6:46 ` [PATCH 4/5] ARM: prima2: rtciobrg: fix the typo about license Barry Song
2014-02-18 6:46 ` Barry Song [this message]
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=1392705991-29967-6-git-send-email-21cnbao@gmail.com \
--to=21cnbao@gmail.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 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).