[<prev] [next>] [day] [month] [year] [list]
Message-ID: <201206221639.42443.hartleys@visionengravers.com>
Date: Fri, 22 Jun 2012 16:39:42 -0700
From: H Hartley Sweeten <hartleys@...ionengravers.com>
To: Linux Kernel <linux-kernel@...r.kernel.org>
CC: <devel@...verdev.osuosl.org>, <abbotti@....co.uk>,
<fmhess@...rs.sourceforge.net>, <gregkh@...uxfoundation.org>
Subject: [PATCH 30/31] staging: comedi: ni_daq_700: remove the pcmcia suspend/resume
The pcmcia suspend/resume callbacks don't do anything. Remove
them.
Signed-off-by: H Hartley Sweeten <hsweeten@...ionengravers.com>
Cc: Ian Abbott <abbotti@....co.uk>
Cc: Frank Mori Hess <fmhess@...rs.sourceforge.net>
Cc: Greg Kroah-hartman <gregkh@...uxfoundation.org>
---
drivers/staging/comedi/drivers/ni_daq_700.c | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/drivers/staging/comedi/drivers/ni_daq_700.c b/drivers/staging/comedi/drivers/ni_daq_700.c
index f8465a2..c57300f 100644
--- a/drivers/staging/comedi/drivers/ni_daq_700.c
+++ b/drivers/staging/comedi/drivers/ni_daq_700.c
@@ -226,16 +226,6 @@ static void dio700_cs_detach(struct pcmcia_device *link)
dio700_release(link);
}
-static int dio700_cs_suspend(struct pcmcia_device *link)
-{
- return 0;
-}
-
-static int dio700_cs_resume(struct pcmcia_device *link)
-{
- return 0;
-}
-
static const struct pcmcia_device_id dio700_cs_ids[] = {
PCMCIA_DEVICE_MANF_CARD(0x010b, 0x4743),
PCMCIA_DEVICE_NULL
@@ -247,8 +237,6 @@ static struct pcmcia_driver dio700_cs_driver = {
.owner = THIS_MODULE,
.probe = dio700_cs_attach,
.remove = dio700_cs_detach,
- .suspend = dio700_cs_suspend,
- .resume = dio700_cs_resume,
.id_table = dio700_cs_ids,
};
--
1.7.11
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists