Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1204469

Re: [PATCH 2/3] kobject: export kset_find_obj() to be used from modules

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH 2/3] kobject: export kset_find_obj() to be used from modules
Date 2015-08-10 20:40 +0200
Message-ID <pW09j-643-7@gated-at.bofh.it> (permalink)
References <pVYTT-4mq-3@gated-at.bofh.it> <pVYTT-4mq-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Aug 10, 2015 at 12:31:19PM -0400, Gabriel L. Somlo wrote:
> From: "Gabriel Somlo" <somlo@cmu.edu>
> 
> Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
> ---
>  lib/kobject.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/kobject.c b/lib/kobject.c
> index 3e3a5c3..f9754a0 100644
> --- a/lib/kobject.c
> +++ b/lib/kobject.c
> @@ -1058,3 +1058,4 @@ EXPORT_SYMBOL(kobject_del);
>  
>  EXPORT_SYMBOL(kset_register);
>  EXPORT_SYMBOL(kset_unregister);
> +EXPORT_SYMBOL(kset_find_obj);

checkpatch doesn't like this for obvious reasons :)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] SysFS driver for QEMU firmware config device (fw_cfg) "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-08-10 19:20 +0200
  [PATCH 1/3] firmware: introduce sysfs driver for QEMU's fw_cfg device "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-08-10 19:20 +0200
    Re: [PATCH 1/3] firmware: introduce sysfs driver for QEMU's fw_cfg  device Greg KH <gregkh@linuxfoundation.org> - 2015-08-10 20:40 +0200
      Re: [PATCH 1/3] firmware: introduce sysfs driver for QEMU's fw_cfg  device "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-08-10 21:10 +0200
        Re: [PATCH 1/3] firmware: introduce sysfs driver for QEMU's fw_cfg  device Greg KH <gregkh@linuxfoundation.org> - 2015-08-10 21:20 +0200
  [PATCH 2/3] kobject: export kset_find_obj() to be used from modules "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-08-10 19:20 +0200
    Re: [PATCH 2/3] kobject: export kset_find_obj() to be used from  modules Greg KH <gregkh@linuxfoundation.org> - 2015-08-10 20:40 +0200
      Re: [PATCH 2/3] kobject: export kset_find_obj() to be used from  modules Greg KH <gregkh@linuxfoundation.org> - 2015-08-10 21:00 +0200
        Re: [PATCH 2/3] kobject: export kset_find_obj() to be used from  modules "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-08-10 21:10 +0200
      Re: [PATCH 2/3] kobject: export kset_find_obj() to be used from  modules "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-08-10 21:10 +0200
  [PATCH 3/3] firmware: fw_cfg: create directory hierarchy for fw_cfg file names "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-08-10 19:20 +0200
    Re: [PATCH 3/3] firmware: fw_cfg: create directory hierarchy for  fw_cfg file names Greg KH <gregkh@linuxfoundation.org> - 2015-08-10 20:40 +0200

csiph-web