video: sh_mobile_lcdcfb: depends on HAVE_CLK.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 7 Jul 2009 01:30:02 +0000 (10:30 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 7 Jul 2009 01:30:02 +0000 (10:30 +0900)
commit727dc3fde82969609e1e69f1f12de83c2fe41238
tree7354b8c2aced2124af0cd21ea33fb03175ba7329
parent7119888df1fd115573616ae43747b2e823b0663e
video: sh_mobile_lcdcfb: depends on HAVE_CLK.

This deifdefs the driver and adds an explicit HAVE_CLK dependency. Given
that all SH platforms provide it, there is no reason to keep this as an
ifdef. Other architectures that implement support for this driver will
already have to provide clock framework support for timers and so on
already, so adding this as an additional dependency is not terribly
probematic.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/Kconfig
drivers/video/sh_mobile_lcdcfb.c