[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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user