mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
usb_net: adjust to virt_linux config changes
* remove dummies for '__alloc_pages' and friends issue #5104
This commit is contained in:
parent
5dc4ee6524
commit
df459c46ef
@ -270,6 +270,7 @@ drivers/base/base.h
|
|||||||
drivers/base/physical_location.h
|
drivers/base/physical_location.h
|
||||||
drivers/base/power/power.h
|
drivers/base/power/power.h
|
||||||
drivers/base/trace.h
|
drivers/base/trace.h
|
||||||
|
drivers/net/usb/smsc95xx.h
|
||||||
drivers/usb/core/hub.h
|
drivers/usb/core/hub.h
|
||||||
drivers/usb/core/otg_productlist.h
|
drivers/usb/core/otg_productlist.h
|
||||||
drivers/usb/core/usb.h
|
drivers/usb/core/usb.h
|
||||||
|
@ -73,12 +73,6 @@ unsigned long get_zeroed_page(gfp_t gfp_mask)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void free_pages(unsigned long addr,unsigned int order)
|
|
||||||
{
|
|
||||||
kfree((void *)addr);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <linux/gfp.h>
|
#include <linux/gfp.h>
|
||||||
|
|
||||||
void * page_frag_alloc_align(struct page_frag_cache * nc, unsigned int fragsz,
|
void * page_frag_alloc_align(struct page_frag_cache * nc, unsigned int fragsz,
|
||||||
|
@ -1,20 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* \brief Dummy definitions of Linux Kernel functions
|
* \brief Dummy definitions of Linux Kernel functions
|
||||||
* \author Automatically generated file - do no edit
|
* \author Automatically generated file - do no edit
|
||||||
* \date 2024-01-18
|
* \date 2024-01-23
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <lx_emul.h>
|
#include <lx_emul.h>
|
||||||
|
|
||||||
|
|
||||||
#include <linux/gfp.h>
|
|
||||||
|
|
||||||
struct page * __alloc_pages(gfp_t gfp,unsigned int order,int preferred_nid,nodemask_t * nodemask)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <linux/clk-provider.h>
|
#include <linux/clk-provider.h>
|
||||||
|
|
||||||
const char * __clk_get_name(const struct clk * clk)
|
const char * __clk_get_name(const struct clk * clk)
|
||||||
@ -36,14 +28,6 @@ int __devm_mdiobus_register(struct device * dev,struct mii_bus * bus,struct modu
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#include <linux/mm.h>
|
|
||||||
|
|
||||||
void __folio_put(struct folio * folio)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <net/ipv6.h>
|
#include <net/ipv6.h>
|
||||||
|
|
||||||
int __ipv6_addr_type(const struct in6_addr * addr)
|
int __ipv6_addr_type(const struct in6_addr * addr)
|
||||||
|
@ -1,20 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* \brief Dummy definitions of Linux Kernel functions
|
* \brief Dummy definitions of Linux Kernel functions
|
||||||
* \author Automatically generated file - do no edit
|
* \author Automatically generated file - do no edit
|
||||||
* \date 2024-01-18
|
* \date 2024-01-23
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <lx_emul.h>
|
#include <lx_emul.h>
|
||||||
|
|
||||||
|
|
||||||
#include <linux/gfp.h>
|
|
||||||
|
|
||||||
struct page * __alloc_pages(gfp_t gfp,unsigned int order,int preferred_nid,nodemask_t * nodemask)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <linux/clk-provider.h>
|
#include <linux/clk-provider.h>
|
||||||
|
|
||||||
const char * __clk_get_name(const struct clk * clk)
|
const char * __clk_get_name(const struct clk * clk)
|
||||||
@ -36,14 +28,6 @@ int __devm_mdiobus_register(struct device * dev,struct mii_bus * bus,struct modu
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#include <linux/mm.h>
|
|
||||||
|
|
||||||
void __folio_put(struct folio * folio)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <net/ipv6.h>
|
#include <net/ipv6.h>
|
||||||
|
|
||||||
int __ipv6_addr_type(const struct in6_addr * addr)
|
int __ipv6_addr_type(const struct in6_addr * addr)
|
||||||
|
@ -1,20 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* \brief Dummy definitions of Linux Kernel functions
|
* \brief Dummy definitions of Linux Kernel functions
|
||||||
* \author Automatically generated file - do no edit
|
* \author Automatically generated file - do no edit
|
||||||
* \date 2024-01-18
|
* \date 2024-01-23
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <lx_emul.h>
|
#include <lx_emul.h>
|
||||||
|
|
||||||
|
|
||||||
#include <linux/gfp.h>
|
|
||||||
|
|
||||||
struct page * __alloc_pages(gfp_t gfp,unsigned int order,int preferred_nid,nodemask_t * nodemask)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <linux/clk-provider.h>
|
#include <linux/clk-provider.h>
|
||||||
|
|
||||||
const char * __clk_get_name(const struct clk * clk)
|
const char * __clk_get_name(const struct clk * clk)
|
||||||
@ -36,14 +28,6 @@ int __devm_mdiobus_register(struct device * dev,struct mii_bus * bus,struct modu
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#include <linux/mm.h>
|
|
||||||
|
|
||||||
void __folio_put(struct folio * folio)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <net/ipv6.h>
|
#include <net/ipv6.h>
|
||||||
|
|
||||||
int __ipv6_addr_type(const struct in6_addr * addr)
|
int __ipv6_addr_type(const struct in6_addr * addr)
|
||||||
|
@ -1,20 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* \brief Dummy definitions of Linux Kernel functions
|
* \brief Dummy definitions of Linux Kernel functions
|
||||||
* \author Automatically generated file - do no edit
|
* \author Automatically generated file - do no edit
|
||||||
* \date 2024-01-22
|
* \date 2024-01-23
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <lx_emul.h>
|
#include <lx_emul.h>
|
||||||
|
|
||||||
|
|
||||||
#include <linux/gfp.h>
|
|
||||||
|
|
||||||
struct page * __alloc_pages(gfp_t gfp,unsigned int order,int preferred_nid,nodemask_t * nodemask)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <linux/cpumask.h>
|
#include <linux/cpumask.h>
|
||||||
|
|
||||||
struct cpumask __cpu_active_mask;
|
struct cpumask __cpu_active_mask;
|
||||||
@ -28,14 +20,6 @@ int __devm_mdiobus_register(struct device * dev,struct mii_bus * bus,struct modu
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#include <linux/mm.h>
|
|
||||||
|
|
||||||
void __folio_put(struct folio * folio)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <net/ipv6.h>
|
#include <net/ipv6.h>
|
||||||
|
|
||||||
int __ipv6_addr_type(const struct in6_addr * addr)
|
int __ipv6_addr_type(const struct in6_addr * addr)
|
||||||
|
@ -9,12 +9,6 @@
|
|||||||
|
|
||||||
#include <linux/gfp.h>
|
#include <linux/gfp.h>
|
||||||
|
|
||||||
struct page * __alloc_pages(gfp_t gfp,unsigned int order,int preferred_nid,nodemask_t * nodemask)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <linux/cpumask.h>
|
#include <linux/cpumask.h>
|
||||||
|
|
||||||
struct cpumask __cpu_active_mask;
|
struct cpumask __cpu_active_mask;
|
||||||
@ -28,14 +22,6 @@ int __devm_mdiobus_register(struct device * dev,struct mii_bus * bus,struct modu
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#include <linux/mm.h>
|
|
||||||
|
|
||||||
void __folio_put(struct folio * folio)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <net/ipv6.h>
|
#include <net/ipv6.h>
|
||||||
|
|
||||||
int __ipv6_addr_type(const struct in6_addr * addr)
|
int __ipv6_addr_type(const struct in6_addr * addr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user