From: Marc Kleine-Budde Date: Wed, 20 Jun 2012 06:04:26 +0000 (+0000) Subject: can: c_can_pci: fix compilation on non HAVE_CLK archs X-Git-Tag: v3.6-rc1~125^2~478 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa2d1daf067c8c9e625449e2e6f54caa3e34023;p=pandora-kernel.git can: c_can_pci: fix compilation on non HAVE_CLK archs In commit: 5b92da0 c_can_pci: generic module for C_CAN/D_CAN on PCI the c_can_pci driver has been added. It uses clk_*() functions resulting in a link error on archs without clock support. This patch removed these clk_() functions as these parts of the driver are not tested. Cc: Federico Vaga Signed-off-by: Marc Kleine-Budde Signed-off-by: David S. Miller --- Reading git-diff-tree failed