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

Commit 90fcf383 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Remove NET_IP_ALIGN from system.h



Use default value (which is the same) from
include/linux/skbuff.h.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent c8ae8a82
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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 */