diff options
author | Michal Marek <mmarek@suse.cz> | 2010-01-07 20:03:11 (GMT) |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2010-02-17 16:37:32 (GMT) |
commit | 9d9c98e89ee24b7d42f72c4f663c4d644d1c3f81 (patch) | |
tree | 3293d60d3a88405c2b3e1205cec40b6ea8dea173 /Documentation/s390/DASD | |
parent | 3a86e1807a53b7164c4ca2aec538d8a5d15416f1 (diff) | |
download | linux-fsl-qoriq-9d9c98e89ee24b7d42f72c4f663c4d644d1c3f81.tar.xz |
pcmcia: fix yenta dependency on PCCARD_NONSTATIC
With CONFIG_PCMCIA=m and CONFIG_YENTA=y, we get
drivers/built-in.o: In function `yenta_probe':
yenta_socket.c:(.devinit.text+0x1e582): undefined reference to
`pccard_nonstatic_ops'
This is because
select PCCARD_NONSTATIC if PCMCIA
sets PCCARD_NONSTATIC = min(YENTA, PCMCIA). Change it to 'if PCMCIA!=n'
to remove the upper limit.
[linux@dominikbrodowski.net: propagate change to PCMICA_M8XX]
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'Documentation/s390/DASD')
0 files changed, 0 insertions, 0 deletions