mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
Kset: remove kset_add function
No one is calling this anymore, so just remove it and hard-code the one internal-use of it. Cc: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
6d06adfaf8
commit
12e339ac6e
2 changed files with 1 additions and 13 deletions
|
@ -158,7 +158,6 @@ struct kset {
|
|||
};
|
||||
|
||||
extern void kset_init(struct kset * k);
|
||||
extern int __must_check kset_add(struct kset * k);
|
||||
extern int __must_check kset_register(struct kset * k);
|
||||
extern void kset_unregister(struct kset * k);
|
||||
extern struct kset * __must_check kset_create_and_add(const char *name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue