diff --git a/drivers/net/mmnif.c b/drivers/net/mmnif.c index 4e128b51..70062b5f 100644 --- a/drivers/net/mmnif.c +++ b/drivers/net/mmnif.c @@ -472,7 +472,7 @@ __inline int mmnif_worker_schedule() * * Note: under windows this is kernel space so we take arbitrary 0x41000000 here */ -__inline void* mmnif_shmalloc(int size) +__inline void* mmnif_shmalloc() { /* Right now every core has the same buffer for every incoming packet * this will be removed and a buffer for each Core will be implemented