Skip to content

Commit

Permalink
[PATCH] pcmcia: declare pccard_iodyn_ops (fix m8xx_pcmcia.c compilati…
Browse files Browse the repository at this point in the history
…on error)

Apparently the pccard_iodyn_ops declaration has been forgotten, which
results in a compilation error for m8xx_pcmcia.c

Signed-off-by: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
  • Loading branch information
Marcelo Tosatti authored and Dominik Brodowski committed Mar 31, 2006
1 parent b2f51a1 commit 553ee5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/pcmcia/ss.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ extern struct pccard_resource_ops pccard_static_ops;
/* !SS_CAP_STATIC_MAP */
extern struct pccard_resource_ops pccard_nonstatic_ops;

/* static mem, dynamic IO sockets */
extern struct pccard_resource_ops pccard_iodyn_ops;

/*
* Calls to set up low-level "Socket Services" drivers
*/
Expand Down

0 comments on commit 553ee5d

Please sign in to comment.