[ARM] 5305/1: ARM: OMAP: Fix compile of McBSP by removing unnecessary check
authorTony Lindgren <tony@atomide.com>
Tue, 14 Oct 2008 20:54:23 +0000 (21:54 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 14 Oct 2008 21:24:13 +0000 (22:24 +0100)
Recent McBSP patches changed to allocating devices dynamically
and the check for OMAP_MAX_MCBSP_COUNT became unnecessary.

The check for OMAP_MAX_MCBSP_COUNT should have been removed with
the earlier McBSP patches in devices.c but was accidentally left
out.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found