diff options
author | David S. Miller <davem@davemloft.net> | 2013-01-15 21:05:59 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-15 21:05:59 +0100 |
commit | 4b87f922598acf91eee18f71688a33f54f57bcde (patch) | |
tree | 9cdfe30c6b96c47093da5392ed82d147290cd64c /arch/arm64/include/asm/compat.h | |
parent | drivers/net: delete orphaned MCA ibmlana driver content (diff) | |
parent | tg3: Fix crc errors on jumbo frame receive (diff) | |
download | linux-4b87f922598acf91eee18f71688a33f54f57bcde.tar.xz linux-4b87f922598acf91eee18f71688a33f54f57bcde.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
Documentation/networking/ip-sysctl.txt
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
Both conflicts were simply overlapping context.
A build fix for qlcnic is in here too, simply removing the added
devinit annotations which no longer exist.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm64/include/asm/compat.h')
-rw-r--r-- | arch/arm64/include/asm/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/compat.h b/arch/arm64/include/asm/compat.h index d9ec40217a27..618b450e5a1d 100644 --- a/arch/arm64/include/asm/compat.h +++ b/arch/arm64/include/asm/compat.h @@ -23,6 +23,7 @@ */ #include <linux/types.h> #include <linux/sched.h> +#include <linux/ptrace.h> #define COMPAT_USER_HZ 100 #define COMPAT_UTS_MACHINE "armv8l\0\0" |