]> Git Repo - linux.git/commit
i2c/i2c-pxa: remove conditional compilation of clk code
authorViresh Kumar <[email protected]>
Mon, 30 Jul 2012 21:39:30 +0000 (14:39 -0700)
committerLinus Torvalds <[email protected]>
Tue, 31 Jul 2012 00:25:12 +0000 (17:25 -0700)
commitdd995c9d82b6eedb2e704daf44e903da0b7f6ac1
treeb822c91a54158a667379a90aff7f89bf645d9e3b
parent01da40bf8791434455d6e56c711eb224ddbf3161
i2c/i2c-pxa: remove conditional compilation of clk code

With addition of dummy clk_*() calls for non CONFIG_HAVE_CLK cases in
clk.h, there is no need to have clk code enclosed in #ifdef
CONFIG_HAVE_CLK, #endif macros.

pxa i2c also has these dummy macros defined locally.  Remove them as they
aren't required anymore.

Signed-off-by: Viresh Kumar <[email protected]>
Acked-by: Wolfram Sang <[email protected]>
Cc: Russell King <[email protected]>
Cc: Mike Turquette <[email protected]>
Cc: Sergei Shtylyov <[email protected]>
Cc: viresh kumar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/i2c/busses/i2c-pxa.c
This page took 0.052002 seconds and 4 git commands to generate.