Commit d35fd13a authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] fix broken alpha build ptrace.c error

From: Darren Williams <dsw@gelato.unsw.edu.au>

include/asm/checksum.h:75: warning: `struct in6_addr' declared inside parameter list include/asm/checksum.h:75
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ec47eadd
#ifndef _ALPHA_CHECKSUM_H #ifndef _ALPHA_CHECKSUM_H
#define _ALPHA_CHECKSUM_H #define _ALPHA_CHECKSUM_H
#include <linux/in6.h>
/* /*
* This is a version of ip_compute_csum() optimized for IP headers, * This is a version of ip_compute_csum() optimized for IP headers,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment