[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080428153941.GR2813@cs181133002.pp.htv.fi>
Date: Mon, 28 Apr 2008 18:39:41 +0300
From: Adrian Bunk <bunk@...nel.org>
To: Jeremy Fitzhardinge <jeremy.fitzhardinge@...rix.com>,
chrisw@...s-sol.org
Cc: xen-devel@...ts.xensource.com, linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [2.6 patch] drivers/xen/balloon.c: make a function static
This patch makes the needlessly global balloon_set_new_target() static.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
58bea00a0c55ed7e3252bc5f13e8c755f4bc9fe4 diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c
index ab25ba6..d109639 100644
--- a/drivers/xen/balloon.c
+++ b/drivers/xen/balloon.c
@@ -368,7 +368,7 @@ static void balloon_process(struct work_struct *work)
}
/* Resets the Xen limit, sets new target, and kicks off processing. */
-void balloon_set_new_target(unsigned long target)
+static void balloon_set_new_target(unsigned long target)
{
/* No need for lock. Not read-modify-write updates. */
balloon_stats.hard_limit = ~0UL;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists