mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-16 15:29:57 +00:00
pc_usb_host_drv: implement sysfs dummy function
Due to changes in the lx_emul USB driver, a further function sysfs_delete_link gets called. Ref genodelabs/genode#4483
This commit is contained in:
parent
af0531398a
commit
2df0bbf387
@ -131,6 +131,14 @@ int sysfs_create_link(struct kobject * kobj,struct kobject * target,const char *
|
||||
}
|
||||
|
||||
|
||||
#include <linux/sysfs.h>
|
||||
|
||||
void sysfs_delete_link(struct kobject * kobj,struct kobject * targ,const char * name)
|
||||
{
|
||||
lx_emul_trace(__func__);
|
||||
}
|
||||
|
||||
|
||||
#include <linux/sysfs.h>
|
||||
|
||||
void sysfs_remove_link(struct kobject * kobj,const char * name)
|
||||
|
@ -577,14 +577,6 @@ void synchronize_srcu(struct srcu_struct * ssp)
|
||||
}
|
||||
|
||||
|
||||
#include <linux/sysfs.h>
|
||||
|
||||
void sysfs_delete_link(struct kobject * kobj,struct kobject * targ,const char * name)
|
||||
{
|
||||
lx_emul_trace_and_stop(__func__);
|
||||
}
|
||||
|
||||
|
||||
#include <linux/sysfs.h>
|
||||
|
||||
int sysfs_emit(char * buf,const char * fmt,...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user