commit | 9a43a02648e8414b2a757437820aa928208fc42f | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Wed Jun 06 06:40:43 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 06 10:38:38 2012 -0700 |
tree | 1b672640c63260e8d1718c24ed213c3a749b4c0f | |
parent | ba27ec66ffeb78cbf9f85e168b32551a9aaf2a34 [diff] |
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 <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>