pc: remove software_node_notify from common dummies

Issue #5036
This commit is contained in:
Christian Helmuth 2023-10-11 15:36:58 +02:00
parent e56437ff0a
commit a942efd92b
5 changed files with 35 additions and 9 deletions

View File

@ -776,3 +776,12 @@ int __register_chrdev(unsigned int major,unsigned int baseminor,unsigned int cou
lx_emul_trace(__func__);
return 0;
}
#include <linux/property.h>
int software_node_notify(struct device * dev,unsigned long action)
{
lx_emul_trace(__func__);
return 0;
}

View File

@ -397,3 +397,11 @@ void dst_release(struct dst_entry * dst)
{
lx_emul_trace(__func__);
}
#include <linux/property.h>
int software_node_notify(struct device * dev,unsigned long action)
{
lx_emul_trace(__func__);
return 0;
}

View File

@ -241,3 +241,12 @@ int __register_chrdev(unsigned int major,unsigned int baseminor,unsigned int cou
lx_emul_trace(__func__);
return 0;
}
#include <linux/property.h>
int software_node_notify(struct device * dev,unsigned long action)
{
lx_emul_trace(__func__);
return 0;
}

View File

@ -246,15 +246,6 @@ void seq_vprintf(struct seq_file * m,const char * f,va_list args)
}
#include <linux/property.h>
int software_node_notify(struct device * dev,unsigned long action)
{
lx_emul_trace(__func__);
return 0;
}
extern void pci_allocate_vc_save_buffers(struct pci_dev * dev);
void pci_allocate_vc_save_buffers(struct pci_dev * dev)
{

View File

@ -581,3 +581,12 @@ char * strreplace(char * s,char old,char new)
{
lx_emul_trace_and_stop(__func__);
}
#include <linux/property.h>
int software_node_notify(struct device * dev,unsigned long action)
{
lx_emul_trace(__func__);
return 0;
}