commit | ca906e42312781c38b7a9625109fc65b937ca56c | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Wed May 02 19:27:10 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Wed May 02 19:27:10 2007 +0200 |
tree | 16d0ce813e9765df803a83cc6584be541157928f | |
parent | 2bff73830c3df5f575d3bc21bf19df1a10bf7091 [diff] |
[PATCH] x86: sys_ioperm() prototype cleanup - there's no reason for duplicating the prototype from include/linux/syscalls.h in include/asm-x86_64/unistd.h - every file should #include the headers containing the prototypes for it's global functions Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andi Kleen <ak@suse.de>