From: Andrew Lunn Date: Wed, 6 Jun 2012 06:40:43 +0000 (+0000) Subject: mv643xx_eth: Fix compile error for architectures without clk. X-Git-Tag: v3.5-rc3~22^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a43a02648e8414b2a757437820aa928208fc42f;p=pandora-kernel.git mv643xx_eth: Fix compile error for architectures without clk. Commit 452503ebc (ARM: Orion: Eth: Add clk/clkdev support.) broke the building of the driver on architectures which don't have clk support. In particular PPC32 Pegasos which uses this driver. Add #ifdef around the clk API usage. Signed-off-by: Andrew Lunn Signed-off-by: David S. Miller --- Reading git-diff-tree failed