Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25104
b: refs/heads/master
c: b4c8840
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Dominik Brodowski committed Mar 31, 2006
1 parent 5bb0426 commit 5cd1b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15b99ac1729503db9e6dc642a50b9b6cb3bf51f9
refs/heads/master: b4c884000a7d3664dd8ad7227241456bd7824d86
4 changes: 2 additions & 2 deletions trunk/drivers/pcmcia/pcmcia_resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ int pcmcia_release_configuration(struct pcmcia_device *p_dev)
* don't bother checking the port ranges against the current socket
* values.
*/
int pcmcia_release_io(struct pcmcia_device *p_dev, io_req_t *req)
static int pcmcia_release_io(struct pcmcia_device *p_dev, io_req_t *req)
{
struct pcmcia_socket *s = p_dev->socket;
config_t *c = p_dev->function_config;
Expand All @@ -537,7 +537,7 @@ int pcmcia_release_io(struct pcmcia_device *p_dev, io_req_t *req)
} /* pcmcia_release_io */


int pcmcia_release_irq(struct pcmcia_device *p_dev, irq_req_t *req)
static int pcmcia_release_irq(struct pcmcia_device *p_dev, irq_req_t *req)
{
struct pcmcia_socket *s = p_dev->socket;
config_t *c= p_dev->function_config;
Expand Down

0 comments on commit 5cd1b41

Please sign in to comment.