summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.davemloft.net>2004-03-02 03:40:14 -0800
committerDavid S. Miller <davem@nuts.davemloft.net>2004-03-02 03:40:14 -0800
commit505fc148ef1d2c34800b0aa400606065d69f82b6 (patch)
tree1e75a92849c698f5c35fef2824415b60fec7be9b /include
parent961c380cef0f1af06c254488d1a672324ec2b34a (diff)
[SPARC]: Kill sys_ioperm decl from unistd.h
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc/unistd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sparc/unistd.h b/include/asm-sparc/unistd.h
index 7998eae7da40..61462b047419 100644
--- a/include/asm-sparc/unistd.h
+++ b/include/asm-sparc/unistd.h
@@ -461,7 +461,6 @@ asmlinkage unsigned long sys_mmap2(
unsigned long addr, unsigned long len,
unsigned long prot, unsigned long flags,
unsigned long fd, unsigned long pgoff);
-asmlinkage int sys_ioperm(unsigned long from, unsigned long num, int on);
struct sigaction;
asmlinkage long sys_rt_sigaction(int sig,
const struct sigaction __user *act,