[ARM] pxa: fix typo of CONFIG_*_MODULE
authorEric Miao <eric.miao@marvell.com>
Mon, 2 Jun 2008 05:32:42 +0000 (13:32 +0800)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 9 Jul 2008 20:38:31 +0000 (21:38 +0100)
The correct macro name when a driver is built as a module is
CONFIG_*_MODULE instead of CONFIG_*_MODULES. This patch fixes
this in several places.

Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found