
From: Andrew Morton <akpm@osdl.org>

Cc: Dominik Brodowski <linux@dominikbrodoswki.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 include/pcmcia/ds.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN include/pcmcia/ds.h~pcmcia-new-suspend-core-dev_to_instance-fix include/pcmcia/ds.h
--- devel/include/pcmcia/ds.h~pcmcia-new-suspend-core-dev_to_instance-fix	2005-09-07 21:16:14.000000000 -0700
+++ devel-akpm/include/pcmcia/ds.h	2005-09-07 21:16:14.000000000 -0700
@@ -197,7 +197,7 @@ struct pcmcia_device {
 #define handle_to_pdev(handle) (handle)
 #define handle_to_dev(handle) (handle->dev)
 
-#define dev_to_instance(dev) (dev->instance);
+#define dev_to_instance(dev) (dev->instance)
 
 /* error reporting */
 void cs_error(client_handle_t handle, int func, int ret);
_
