]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commita5a5b8c527b8d88056d4a63ccac66eb20af8228b
tree630eecd7d77c7159e99e829ae64e2b4d8c65ce9b
parenta468b6484fcd13a24addeb1212538776171b49a6
[ARM] 5305/1: ARM: OMAP: Fix compile of McBSP by removing unnecessary check

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>
arch/arm/plat-omap/devices.c