From: Geert Uytterhoeven Date: Tue, 1 May 2007 20:33:05 +0000 (+0200) Subject: m68k: kill skb_copy_from_linear_data compiler warnings X-Git-Tag: v2.6.22-rc1~1051 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa08bb5ba6df4a76a67b7ddb9b2b549eda2458b;p=pandora-kernel.git m68k: kill skb_copy_from_linear_data compiler warnings The recent conversion from `memcpy' to `skb_copy_from_linear_data' removed a few casts, which were needed to silence compiler warnings. Re-add them. Signed-off-by: Geert Uytterhoeven Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed