ddk: v4.6.7

git-svn-id: svn://kolibrios.org@7143 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2018-02-02 14:53:42 +00:00
parent b165e4f6b6
commit 66fbaa74b0
151 changed files with 5757 additions and 1680 deletions

View File

@@ -202,7 +202,11 @@ static inline void sysfs_remove_bin_file(struct kobject *kobj,
{
}
#define sysfs_create_link(kobj,target, name) (0)
static inline int sysfs_create_link(struct kobject *kobj,
struct kobject *target, const char *name)
{
return 0;
}
static inline int sysfs_create_link_nowarn(struct kobject *kobj,
struct kobject *target,
@@ -211,7 +215,9 @@ static inline int sysfs_create_link_nowarn(struct kobject *kobj,
return 0;
}
#define sysfs_remove_link(kobj, name)
static inline void sysfs_remove_link(struct kobject *kobj, const char *name)
{
}
static inline int sysfs_rename_link_ns(struct kobject *k, struct kobject *t,
const char *old_name,