Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332967
b: refs/heads/master
c: 1cedd69
h: refs/heads/master
i:
  332965: 4406057
  332963: c84a825
  332959: a8a040c
v: v3
  • Loading branch information
Al Viro committed Sep 20, 2012
1 parent 4faeba8 commit 67051a3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 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: 826eba4db0c643cc0e705c8365902c63fac2b7ee
refs/heads/master: 1cedd6925a0fe355315687427cbe3e63e9633b4d
1 change: 0 additions & 1 deletion trunk/arch/arm/kernel/sys_arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ int kernel_execve(const char *filename,
out:
return ret;
}
EXPORT_SYMBOL(kernel_execve);

/*
* Since loff_t is a 64 bit type we avoid a lot of ABI hassle
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/hexagon/kernel/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,3 @@ int kernel_execve(const char *filename,

return retval;
}
EXPORT_SYMBOL(kernel_execve);
1 change: 0 additions & 1 deletion trunk/arch/unicore32/kernel/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ int kernel_execve(const char *filename,
out:
return ret;
}
EXPORT_SYMBOL(kernel_execve);

/* Note: used by the compat code even in 64-bit Linux. */
SYSCALL_DEFINE6(mmap2, unsigned long, addr, unsigned long, len,
Expand Down

0 comments on commit 67051a3

Please sign in to comment.