lkml.org 
[lkml]   [2008]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] kobject: Export kobject_rename for pci_hotplug_core
On Wed, 4 Jun 2008 14:16:06 -0600 Alex Chiang <achiang@hp.com> wrote:

> From: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
>
> Export kobject_rename() to fix the following link error. This happens when
> pci_hotplug_core driver is compiled as a kernel module.
>
> ERROR: "kobject_rename" [drivers/pci/hotplug/pci_hotplug.ko] undefined!
> make[1]: *** [__modpost] Error 1
> make: *** [modules] Error 2
> make: *** Waiting for unfinished jobs....
>
> Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
> Acked-by: Alex Chiang <achiang@hp.com>
> Cc: Greg KH <greg@kroah.com>
> Cc: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
> Cc: Len Brown <lenb@kernel.org>
> Signed-off-by: Alex Chiang <achiang@hp.com>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
> lib/kobject.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/lib/kobject.c b/lib/kobject.c
> index 718e510..dcade05 100644
> --- a/lib/kobject.c
> +++ b/lib/kobject.c
> @@ -439,6 +439,7 @@ out:
>
> return error;
> }
> +EXPORT_SYMBOL_GPL(kobject_rename);

Shouldn't this go straight into 2.6.26?



\
 
 \ /
  Last update: 2008-06-05 07:57    [W:0.127 / U:3.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site