mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
kobject: make kobject_cleanup be static
No one except the kobject core calls it so make the function static. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
663a47430b
commit
18041f4775
2 changed files with 4 additions and 7 deletions
|
@ -79,8 +79,6 @@ static inline const char * kobject_name(const struct kobject * kobj)
|
|||
}
|
||||
|
||||
extern void kobject_init(struct kobject *);
|
||||
extern void kobject_cleanup(struct kobject *);
|
||||
|
||||
extern int __must_check kobject_add(struct kobject *);
|
||||
extern void kobject_del(struct kobject *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue