]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
xen: drivers/xen/balloon.c: make a function static
authorAdrian Bunk <bunk@kernel.org>
Mon, 26 May 2008 22:31:17 +0000 (23:31 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 27 May 2008 08:11:37 +0000 (10:11 +0200)
Make the needlessly global balloon_set_new_target() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/xen/balloon.c

index 097ba02ac80979663c0c7b243859b1392dbf1251..591bc29b55f5acf0f8dbe97e360ddd279020e9b2 100644 (file)
@@ -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;