git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d865925
)
[NET]: netdevice.h: be'ify packet_type
author
Alexey Dobriyan
<adobriyan@gmail.com>
Mon, 23 May 2005 20:09:19 +0000
(13:09 -0700)
committer
David 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