From: Aaro Koskinen Date: Sun, 22 Mar 2015 15:37:50 +0000 (+0200) Subject: staging: octeon-usb: use __BITFIELD_FIELD X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8e4c71f6ddb9b2e20a0b5bf81a391f4552205c;p=pandora-kernel.git staging: octeon-usb: use __BITFIELD_FIELD Use __BITFIELD_FIELD to define bitfields. OCTEON can at least in theory run also in little-endian mode, so the bitfield definitions should not assume big-endian byte order. Signed-off-by: Aaro Koskinen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed