[PATCH] pcmcia: rename pcmcia_device.state

Rename pcmcia_device.state (which is used in very few places) to p_state
in order to avoid a namespace collision when moving the deprecated
dev_link_t into struct pcmcia_device

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
Dominik Brodowski
2006-01-15 16:26:00 +01:00
parent 70294b4683
commit a78f4dd331
3 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ struct pcmcia_device {
/* deprecated, a cleaned up version will be moved into this
struct soon */
dev_link_t *instance;
u_int state;
u_int p_state;
/* information about this device */
u8 has_manf_id:1;