From: Michał Mirosław Date: Mon, 24 Jan 2011 23:32:47 +0000 (-0800) Subject: net: change netdev->features to u32 X-Git-Tag: v2.6.39-rc1~468^2~476 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ed3e741d0f133e02bed7fa5c98edba128f90e7;p=pandora-kernel.git net: change netdev->features to u32 Quoting Ben Hutchings: we presumably won't be defining features that can only be enabled on 64-bit architectures. Occurences found by `grep -r` on net/, drivers/net, include/ [ Move features and vlan_features next to each other in struct netdev, as per Eric Dumazet's suggestion -DaveM ] Signed-off-by: Michał Mirosław Signed-off-by: David S. Miller --- Reading git-diff-tree failed