From e0067f0b71a2b5d1c5d8df556830db253aa1b264 Mon Sep 17 00:00:00 2001 From: Ezequiel Garcia Date: Mon, 29 Jul 2013 23:46:03 -0300 Subject: [PATCH] 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-format-patch failed