Skip to content

Commit

Permalink
[PATCH] pcmcia: remove unused client_t
Browse files Browse the repository at this point in the history
client_t and CLIENT_MAGIC are unused, so remove them

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Sep 9, 2005
1 parent c8751e4 commit 76d82ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/pcmcia/cs_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76d82ec

Please sign in to comment.