From: Bartlomiej Zolnierkiewicz Date: Fri, 1 Feb 2008 22:09:22 +0000 (+0100) Subject: ide-cd: remove struct ide_cd_{config,state}_flags X-Git-Tag: v2.6.25-rc1~1078^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc4cf2d826cb497063f6a84ab444cff13537e5f;p=pandora-kernel.git ide-cd: remove struct ide_cd_{config,state}_flags * Remove unused ->{writing,reserved} fields from struct ide_cd_config_flags. * Move ->max_speed from struct ide_cd_config_flags to struct cdrom_info. * Move ->current_speed from struct ide_cd_state_flags to struct cdrom_info. * Add defines for config and state flags. * Add 'unsigned int cd_flags' to struct cdrom_info and use ->cd_flags instead of ->{config,state}_flags. * Remove no longer needed struct ide_cd_{config,state}_flags. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed