From: Alexey Dobriyan Date: Mon, 23 May 2005 20:09:19 +0000 (-0700) Subject: [NET]: netdevice.h: be'ify packet_type X-Git-Tag: v2.6.12-rc5~8^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=205902ecc7bcb2a007ed27bb3518e8f70e5d113e;p=pandora-kernel.git [NET]: netdevice.h: be'ify packet_type Everybody does struct packet_type foo_packet_type = { .type = __constant_htons(ETH_P_FOO); }; 5 introduced warnings will be properly fixed later. Signed-off-by: Alexey Dobriyan Signed-off-by: David S. Miller --- Reading git-diff-tree failed