Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3277c39f authored by Al Viro's avatar Al Viro Committed by David S. Miller
Browse files

[NET]: Kill direct includes of asm/checksum.h

parent 75e7ce66
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
   of the assembly has to go. */

#include <net/checksum.h>
#include <asm/checksum.h>
#include <linux/module.h>

static inline unsigned short from32to16(unsigned long x)
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
#include <asm/delay.h>
#include <asm/tlbflush.h>
#include <asm/cacheflush.h>
#include <asm/checksum.h>

extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
extern struct hw_interrupt_type no_irq_type;
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@
#include <net/ip.h>

#include <asm/byteorder.h>
#include <asm/checksum.h>
#include <asm/io.h>
#include <asm/pgtable.h>
#include <asm/uaccess.h>
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
#include <asm/ip32/ip32_ints.h>

#include <asm/io.h>
#include <asm/checksum.h>
#include <asm/scatterlist.h>
#include <linux/dma-mapping.h>

+0 −1
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ static char version[] =
#include <asm/auxio.h>
#include <asm/pgtable.h>
#include <asm/irq.h>
#include <asm/checksum.h>

#include "myri_sbus.h"
#include "myri_code.h"
Loading