commit | 04ba0f656f7580d8a51a5b3441e088309141b67a | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Apr 24 15:23:25 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jun 02 13:49:15 2008 +0100 |
tree | 47a35af9f03930c3308d8e0112b1e7d41b3bb189 | |
parent | 720046de27ec2a96d4497dbca8ee98657efa059c [diff] |
[ARM] pxa: avoid registering multiple pxa2xx_pcmcia devices cm_x270 and mainstone both register their PCMCIA devices using the same name, resulting in a warning message from the kernel. Avoid this by making the cm_x270 and mainstone PCMCIA initialisation conditional on the machine type we're running on. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>