[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070220000749.GD13958@stusta.de>
Date: Tue, 20 Feb 2007 01:07:49 +0100
From: Adrian Bunk <bunk@...sta.de>
To: Andrew Morton <akpm@...ux-foundation.org>,
Kay Sievers <kay.sievers@...y.org>
Cc: linux-kernel@...r.kernel.org, Greg Kroah-Hartman <gregkh@...e.de>
Subject: [-mm patch] make kernel/kmod.c:kmod_mk static
On Thu, Feb 15, 2007 at 05:14:08AM -0800, Andrew Morton wrote:
>...
> Changes since 2.6.20-rc6-mm3:
>...
> +gregkh-driver-driver-core-let-request_module-send-a-sys-modules-kmod-uevent.patch
>...
> driver tree updates
>...
This patch makes the needlessly global struct kmod_mk static.
Signed-off-by: Adrian Bunk <bunk@...sta.de>
---
--- linux-2.6.20-mm2/kernel/kmod.c.old 2007-02-18 23:06:28.000000000 +0100
+++ linux-2.6.20-mm2/kernel/kmod.c 2007-02-18 23:06:35.000000000 +0100
@@ -48,7 +48,7 @@
modprobe_path is set via /proc/sys.
*/
char modprobe_path[KMOD_PATH_LEN] = "/sbin/modprobe";
-struct module_kobject kmod_mk;
+static struct module_kobject kmod_mk;
/**
* request_module - try to load a kernel module
-
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