Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbbddd10 authored by Dominik Brodowski's avatar Dominik Brodowski
Browse files

[PATCH] pcmcia: remove unused defines



Remove unused fields and declarations.

Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent 360b65b9
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -109,17 +109,6 @@ typedef struct client_req_t {

#define CLIENT_THIS_SOCKET	0x01

/* For RegisterClient */
typedef struct client_reg_t {
    dev_info_t	*dev_info;
    u_int	Attributes;  /* UNUSED */
    u_int	EventMask;
    int		(*event_handler)(event_t event, int priority,
				 event_callback_args_t *);
    event_callback_args_t event_callback_args;
    u_int	Version;
} client_reg_t;

/* ModifyConfiguration */
typedef struct modconf_t {
    u_int	Attributes;
+0 −1
Original line number Diff line number Diff line
@@ -106,7 +106,6 @@ typedef struct dev_node_t {
typedef struct dev_link_t {
    dev_node_t		*dev;
    u_int		state, open;
    wait_queue_head_t	pending;
    client_handle_t	handle;
    io_req_t		io;
    irq_req_t		irq;