On Wed, 23 Jun 2010 19:29:54 +0200, Dan Carpenter error27@gmail.com wrote:
NUM_TV_MODES is the same as ARRAY_SIZE(tv_modes). In the end, I decided it was cleaner to remove NUM_TV_MODES and just use ARRAY_SIZE(tv_modes) through out.
Signed-off-by: Dan Carpenter error27@gmail.com
Applied. Thanks!