You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
pcmcia: remove remaining rsrc_mgr indirections
Move rsrc_mgr indirections only used by the pcmcia module to the pcmcia module. Tested-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
@@ -133,14 +133,6 @@ int pcmcia_insert_card(struct pcmcia_socket *skt);
|
||||
struct pcmcia_socket *pcmcia_get_socket(struct pcmcia_socket *skt);
|
||||
void pcmcia_put_socket(struct pcmcia_socket *skt);
|
||||
|
||||
/* rsrc_mgr.c */
|
||||
int pcmcia_validate_mem(struct pcmcia_socket *s);
|
||||
struct resource *pcmcia_find_mem_region(u_long base,
|
||||
u_long num,
|
||||
u_long align,
|
||||
int low,
|
||||
struct pcmcia_socket *s);
|
||||
|
||||
/*
|
||||
* Stuff internal to module "pcmcia".
|
||||
*/
|
||||
@@ -149,6 +141,13 @@ extern struct bus_type pcmcia_bus_type;
|
||||
|
||||
/* pcmcia_resource.c */
|
||||
extern int pcmcia_release_configuration(struct pcmcia_device *p_dev);
|
||||
extern int pcmcia_validate_mem(struct pcmcia_socket *s);
|
||||
extern struct resource *pcmcia_find_mem_region(u_long base,
|
||||
u_long num,
|
||||
u_long align,
|
||||
int low,
|
||||
struct pcmcia_socket *s);
|
||||
|
||||
|
||||
/* cistpl.c */
|
||||
extern struct bin_attribute pccard_cis_attr;
|
||||
|
||||
Reference in New Issue
Block a user