[PATCH 2.6.20-rc5] DVB: Use ARRAY_SIZE macro when appropriate

2007-01-16 Thread Ahmed S. Darwish
Hi all, Patch uses the ARRAY_SIZE macro defined in kernel.h instead of reemplementing it. Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]> --- bt8xx/dvb-bt8xx.c |2 +- frontends/cx24110.c |4 ++-- frontends/cx24123.c |6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-)

[PATCH 2.6.20-rc5] DVB: Use ARRAY_SIZE macro when appropriate

2007-01-16 Thread Ahmed S. Darwish
Hi all, Patch uses the ARRAY_SIZE macro defined in kernel.h instead of reemplementing it. Signed-off-by: Ahmed S. Darwish [EMAIL PROTECTED] --- bt8xx/dvb-bt8xx.c |2 +- frontends/cx24110.c |4 ++-- frontends/cx24123.c |6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff