From: Harvey Harrison Date: Wed, 14 May 2008 23:17:00 +0000 (-0700) Subject: ata: remove FIT() macro X-Git-Tag: v2.6.26-rc4~120^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07633b5d0723ce2ec31262e1096dcf61311bf078;p=pandora-kernel.git ata: remove FIT() macro Use the kernel-provided clamp_val() macro. FIT was always applied to a member of struct ata_timing (unsigned short) and two constants. clamp_val will not cast to short anymore. Signed-off-by: Harvey Harrison Cc: Jeff Garzik Cc: Tejun Heo Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed