sh: Kill off the GENERIC_CALIBRATE_DELAY ifndef.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 8 May 2009 13:14:01 +0000 (22:14 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 8 May 2009 13:14:01 +0000 (22:14 +0900)
commit7b551f9daa9bd9533ba4ce31622ed4be1dd97d3e
tree331102b4e51320570a00293fc59389e4b455c07e
parentccdaeb4c8f982900a2abf722e34b60131394d8eb
sh: Kill off the GENERIC_CALIBRATE_DELAY ifndef.

Now that everyone is using the clock framework directly and we
unconditionally provide our own calibrate_delay() function, having it
wrapped in an ifndef is no longer useful. So, kill it off.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/setup.c