[PCMCIA] Drop level argument from pcmcia_socket_dev_* calls.
commitfe9678fd9913590e0291a4540e128bdee631cb58
authorRussell King <rmk@flint.arm.linux.org.uk>
Sat, 6 Sep 2003 23:34:17 +0000 (7 00:34 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sat, 6 Sep 2003 23:34:17 +0000 (7 00:34 +0100)
treea49be5b3dfabd4196a161ff3bc9724dd45d27ccb
parentf1521af819c477e14b139ad449a96da9d0f5eb53
[PCMCIA] Drop level argument from pcmcia_socket_dev_* calls.

The driver model changed recently, and instead of providing per-driver
suspend/resume functionality, it now provides it on a per-bus basis.
It also dropped the "level" argument.

Unfortunately, platform device drivers suspend and resume methods
are no longer called by the driver model, so socket drivers using
platform devices won't work correctly.  However, we fix them up as
best we can. (hd64465, i82365, sa1100, tcic)

This cset drops the `level' argument from the PCMCIA suspend/resume
functions since it is now meaningless.
drivers/pcmcia/cs.c
drivers/pcmcia/hd64465_ss.c
drivers/pcmcia/i82092.c
drivers/pcmcia/i82365.c
drivers/pcmcia/sa1100_generic.c
drivers/pcmcia/sa1111_generic.c
drivers/pcmcia/tcic.c
drivers/pcmcia/yenta_socket.c
include/pcmcia/ss.h