From: Ezequiel Garcia Date: Tue, 30 Jul 2013 02:46:03 +0000 (-0300) Subject: sata_mv: Remove unneeded CONFIG_HAVE_CLK ifdefs X-Git-Tag: v3.12-rc1~174^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0067f0b71a2b5d1c5d8df556830db253aa1b264;p=pandora-kernel.git sata_mv: Remove unneeded CONFIG_HAVE_CLK ifdefs If CONFIG_HAVE_CLK is not selected, then all the clk API turn out into no-ops. In other words, there's no need to have the ifdefs. The only side-effect of this patch is the extra tiny kmalloc, but that's not enough reason to have such ugly ifdefs all around the code. tj: Slightly massaged comment as per Andrew Lunn. Signed-off-by: Ezequiel Garcia Acked-by: Andrew Lunn Signed-off-by: Tejun Heo --- Reading git-diff-tree failed