[NET]: netdevice.h: be'ify packet_type
authorAlexey Dobriyan <adobriyan@gmail.com>
Mon, 23 May 2005 20:09:19 +0000 (13:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 May 2005 20:09:19 +0000 (13:09 -0700)
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 <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found