From: Kristian Høgsberg Date: Thu, 31 May 2007 15:16:43 +0000 (-0400) Subject: firewire: Change struct fw_cdev_iso_packet to not use bitfields. X-Git-Tag: v2.6.22-rc4~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca31ae7cfed3e2a8e48fbf6ed6cac06495b6158;p=pandora-kernel.git firewire: Change struct fw_cdev_iso_packet to not use bitfields. The struct is part of the userspace interface and can not use bitfields. This patch replaces the bitfields with a __u32 'control' word and provides access macros to set the bits. Signed-off-by: Kristian Høgsberg Signed-off-by: Stefan Richter --- Reading git-diff-tree failed