lkml.org 
[lkml]   [2007]   [Nov]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 03/54] KOBJECT: remove kobj_set_kset_s as no one is using it anymore
    Date
    What a confusing name for a macro...

    Cc: Kay Sievers <kay.sievers@vrfy.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
    ---
    include/linux/kobject.h | 18 ------------------
    1 files changed, 0 insertions(+), 18 deletions(-)

    diff --git a/include/linux/kobject.h b/include/linux/kobject.h
    index 4dcf478..4e8a542 100644
    --- a/include/linux/kobject.h
    +++ b/include/linux/kobject.h
    @@ -195,24 +195,6 @@ extern struct kset kernel_subsys;
    /* The global /sys/hypervisor/ subsystem */
    extern struct kset hypervisor_subsys;

    -/*
    - * Helpers for setting the kset of registered objects.
    - * Often, a registered object belongs to a kset embedded in a
    - * subsystem. These do no magic, just make the resulting code
    - * easier to follow.
    - */
    -
    -/**
    - * kobj_set_kset_s(obj,subsys) - set kset for embedded kobject.
    - * @obj: ptr to some object type.
    - * @subsys: a subsystem object (not a ptr).
    - *
    - * Can be used for any object type with an embedded ->kobj.
    - */
    -
    -#define kobj_set_kset_s(obj,subsys) \
    - (obj)->kobj.kset = &(subsys)
    -
    extern int __must_check subsystem_register(struct kset *);
    extern void subsystem_unregister(struct kset *);

    --
    1.5.3.4
    -
    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/

    \
     
     \ /
      Last update: 2007-11-03 01:05    [W:4.153 / U:0.548 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site