microblaze: Remove NET_IP_ALIGN from system.h
authorMichal Simek <monstr@monstr.eu>
Sun, 2 Oct 2011 07:12:37 +0000 (09:12 +0200)
committerMichal Simek <monstr@monstr.eu>
Fri, 14 Oct 2011 10:24:33 +0000 (12:24 +0200)
Use default value (which is the same) from
include/linux/skbuff.h.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/system.h

index e6a2284571dcfc46646582d4a5327e1797887011..0953d1425d5b3130db47019959cad56b1fac7613 100644 (file)
@@ -96,11 +96,4 @@ extern struct dentry *of_debugfs_root;
 
 #define arch_align_stack(x) (x)
 
-/*
- * MicroBlaze doesn't handle unaligned accesses in hardware.
- *
- * Based on this we force the IP header alignment in network drivers.
- */
-#define NET_IP_ALIGN   2
-
 #endif /* _ASM_MICROBLAZE_SYSTEM_H */
This page took 0.025154 seconds and 5 git commands to generate.