Skip to content

Commit

Permalink
[PATCH] Export soc_common_drv_pcmcia_remove to allow modular PCMCIA.
Browse files Browse the repository at this point in the history
Allow a modular sa1100_cs.

Signed-off-by: Jonathan McDowell <noodles@earth.li>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
  • Loading branch information
Jonathan McDowell authored and Dominik Brodowski committed Oct 26, 2006
1 parent 3efa997 commit 26aaa3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pcmcia/soc_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,3 +824,4 @@ int soc_common_drv_pcmcia_remove(struct device *dev)

return 0;
}
EXPORT_SYMBOL(soc_common_drv_pcmcia_remove);

0 comments on commit 26aaa3c

Please sign in to comment.