Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24644
b: refs/heads/master
c: e78b47a
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Paul Mackerras committed Mar 28, 2006
1 parent 4c17eab commit fae09e3
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: f4d1749e9570d3984800c371c6e06eb35b9718b1
refs/heads/master: e78b47a59026f04eb98b9d392901be13b56f444f
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/cell/spufs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ static struct file_system_type spufs_type = {
.kill_sb = kill_litter_super,
};

static int spufs_init(void)
static int __init spufs_init(void)
{
int ret;
ret = -ENOMEM;
Expand Down Expand Up @@ -472,7 +472,7 @@ static int spufs_init(void)
}
module_init(spufs_init);

static void spufs_exit(void)
static void __exit spufs_exit(void)
{
spu_sched_exit();
unregister_spu_syscalls(&spufs_calls);
Expand Down

0 comments on commit fae09e3

Please sign in to comment.