The patch titled

     pcmcia: remove unused client_t

has been added to the -mm tree.  Its filename is

     pcmcia-remove-unused-client_t.patch

Patches currently in -mm which might be from [EMAIL PROTECTED] are

pcmcia-reduce-dsc-stack-footprint.patch
yenta-share-code-with-pci-core.patch
fix-pcmcia_request_irq-for-multifunction-card.patch
pcmcia-yenta-avoid-pci-write-posting-problem.patch
yenta-auto-tune-ene-bridges-for-cb-cards.patch
pcmcia-yenta-dont-mess-with-bridge-control-register.patch
pcmcia-remove-unused-client_t.patch
pcmcia-remove-unused-vpp1-vpp2-and-vcc.patch
pcmcia-omap-cf-controller.patch
pcmcia-more-ids-for-ide_cs.patch
pcmcia-add-pcmcia-to-irq-information.patch



From: Dominik Brodowski <[EMAIL PROTECTED]>

client_t and CLIENT_MAGIC are unused, so remove them

Signed-off-by: Dominik Brodowski <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/pcmcia/cs_internal.h |    3 ---
 1 files changed, 3 deletions(-)

diff -puN drivers/pcmcia/cs_internal.h~pcmcia-remove-unused-client_t 
drivers/pcmcia/cs_internal.h
--- devel/drivers/pcmcia/cs_internal.h~pcmcia-remove-unused-client_t    
2005-08-29 22:30:37.000000000 -0700
+++ devel-akpm/drivers/pcmcia/cs_internal.h     2005-08-29 22:30:37.000000000 
-0700
@@ -17,9 +17,6 @@
 
 #include <linux/config.h>
 
-#define CLIENT_MAGIC   0x51E6
-typedef struct client_t client_t;
-
 /* Flags in client state */
 #define CLIENT_CONFIG_LOCKED   0x0001
 #define CLIENT_IRQ_REQ         0x0002
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to