[PATCH 10/39] pcmcia: remove unused cs_socket_name() definition

Dominik Brodowski linux at dominikbrodowski.net
Thu Aug 21 17:37:01 EDT 2008


On Wed, Aug 20, 2008 at 02:44:21PM -0500, Larry Finger wrote:
> Dominik Brodowski wrote:
> >Signed-off-by: Dominik Brodowski <linux at dominikbrodowski.net>
> >---
> > drivers/pcmcia/cs_internal.h |    2 --
> > 1 files changed, 0 insertions(+), 2 deletions(-)
> >
> >diff --git a/drivers/pcmcia/cs_internal.h b/drivers/pcmcia/cs_internal.h
> >index 2b94ab7..4433f9c 100644
> >--- a/drivers/pcmcia/cs_internal.h
> >+++ b/drivers/pcmcia/cs_internal.h
> >@@ -130,8 +130,6 @@ struct pcmcia_callback{
> > 
> > int pccard_register_pcmcia(struct pcmcia_socket *s, struct 
> > pcmcia_callback *c);
> > 
> >-#define cs_socket_name(skt)	((skt)->dev.bus_id)
> >-
> > #ifdef PCMCIA_DEBUG
> 
> Because of the change in 09/39, this needs to be CONFIG_PCMCIA_DEBUG 
> for the patch to apply.

Ah, that happens when a history which spawns across different git "topic"
branches is exported by git-format-patch...

Best,
	Dominik



More information about the linux-pcmcia mailing list