From: Andrew Morton Cc: Dominik Brodowski Signed-off-by: Andrew Morton --- include/pcmcia/ds.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/pcmcia/ds.h~git-pcmcia-dev_to_instance-fix include/pcmcia/ds.h --- devel/include/pcmcia/ds.h~git-pcmcia-dev_to_instance-fix 2005-11-23 01:25:35.000000000 -0800 +++ devel-akpm/include/pcmcia/ds.h 2005-11-23 01:25:38.000000000 -0800 @@ -194,7 +194,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 */ _