[PATCH] pcmcia: remove dev_link_t and client_handle_t indirection
dev_link_t * and client_handle_t both mean struct pcmcai_device * by now. Therefore, remove all such indirections. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
@@ -161,7 +161,7 @@ typedef struct io_window_t {
|
||||
typedef struct window_t {
|
||||
u_short magic;
|
||||
u_short index;
|
||||
client_handle_t handle;
|
||||
struct pcmcia_device *handle;
|
||||
struct pcmcia_socket *sock;
|
||||
pccard_mem_map ctl;
|
||||
} window_t;
|
||||
|
Reference in New Issue
Block a user