Subversion Repositories Kolibri OS

Rev

Rev 6936 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6936 Rev 7143
Line 200... Line 200...
200
static inline void sysfs_remove_bin_file(struct kobject *kobj,
200
static inline void sysfs_remove_bin_file(struct kobject *kobj,
201
					 const struct bin_attribute *attr)
201
					 const struct bin_attribute *attr)
202
{
202
{
203
}
203
}
Line 204... Line 204...
204
 
204
 
-
 
205
static inline int sysfs_create_link(struct kobject *kobj,
-
 
206
				    struct kobject *target, const char *name)
-
 
207
{
-
 
208
	return 0;
Line 205... Line 209...
205
#define sysfs_create_link(kobj,target, name) (0)
209
}
206
 
210
 
207
static inline int sysfs_create_link_nowarn(struct kobject *kobj,
211
static inline int sysfs_create_link_nowarn(struct kobject *kobj,
208
					   struct kobject *target,
212
					   struct kobject *target,
209
					   const char *name)
213
					   const char *name)
210
{
214
{
Line 211... Line 215...
211
	return 0;
215
	return 0;
-
 
216
}
-
 
217
 
Line 212... Line 218...
212
}
218
static inline void sysfs_remove_link(struct kobject *kobj, const char *name)
213
 
219
{
214
#define sysfs_remove_link(kobj, name)
220
}
215
 
221