Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164554
b: refs/heads/master
c: 3c36543
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Jiri Kosina committed Sep 21, 2009
1 parent 3290e6f commit 8b64d6e
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: 4b26d50b33637b5b0e6dd84a4e0f38036999a192
refs/heads/master: 3c36543aeadae32ed61251fa364881645456eb30
4 changes: 2 additions & 2 deletions trunk/drivers/block/DAC960.c
Original file line number Diff line number Diff line change
Expand Up @@ -7210,7 +7210,7 @@ static struct pci_driver DAC960_pci_driver = {
.remove = DAC960_Remove,
};

static int DAC960_init_module(void)
static int __init DAC960_init_module(void)
{
int ret;

Expand All @@ -7222,7 +7222,7 @@ static int DAC960_init_module(void)
return ret;
}

static void DAC960_cleanup_module(void)
static void __exit DAC960_cleanup_module(void)
{
int i;

Expand Down

0 comments on commit 8b64d6e

Please sign in to comment.