Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205987
b: refs/heads/master
c: 968181c
h: refs/heads/master
i:
  205985: 563dd9e
  205983: 7c5b23d
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 26, 2010
1 parent 43b8a70 commit f03deca
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: 14de72b0aa56e20f24f9ecc1a449da1ed4fd5cda
refs/heads/master: 968181ca7e679be70bd50b82665e1f369a856ec7
4 changes: 2 additions & 2 deletions trunk/drivers/staging/dt3155/dt3155_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ static int find_PCI (void)
u32 allocatorAddr = 0;


int dt3155_init(void)
static int __init dt3155_init(void)
{
struct dt3155_status *dts;
int index;
Expand Down Expand Up @@ -1059,7 +1059,7 @@ int dt3155_init(void)
return 0;
}

void dt3155_exit(void)
static void __exit dt3155_exit(void)
{
struct dt3155_status *dts;
int index;
Expand Down

0 comments on commit f03deca

Please sign in to comment.