mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
compat-drivers: fix build on arm, add arm-rootfiles.
This commit is contained in:
11
src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch
Normal file
11
src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -Naur compat-drivers-3.8-1-u.org/drivers/net/ethernet/atheros/alx/alx_main.c compat-drivers-3.8-1-u/drivers/net/ethernet/atheros/alx/alx_main.c
|
||||
--- compat-drivers-3.8-1-u.org/drivers/net/ethernet/atheros/alx/alx_main.c 2013-02-20 14:24:50.000000000 +0100
|
||||
+++ compat-drivers-3.8-1-u/drivers/net/ethernet/atheros/alx/alx_main.c 2013-03-03 12:41:04.000000000 +0100
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/netdevice.h>
|
||||
#include <linux/etherdevice.h>
|
||||
+#include <linux/vmalloc.h>
|
||||
|
||||
#include "alx_reg.h"
|
||||
#include "alx_hw.h"
|
||||
Reference in New Issue
Block a user