diff options
| author | Ben Collins <bcollins@debian.org> | 2003-04-30 11:17:41 -0700 |
|---|---|---|
| committer | Keith M. Wesolowski <wesolows@foobazco.org> | 2003-04-30 11:17:41 -0700 |
| commit | 0b496d9d87b94ce7a780dac8997975109906c6f7 (patch) | |
| tree | 807b0cad360baf7a49b61a91b40c211a8148b043 | |
| parent | 9a5ce9cb2c4c2bcd03303ad488b6b61d2950f66f (diff) | |
[SPARC64]: Fix ioctl32.c in latest BK.
| -rw-r--r-- | arch/sparc64/kernel/ioctl32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/ioctl32.c b/arch/sparc64/kernel/ioctl32.c index c348b1b4b2ee..1cf550e6bafc 100644 --- a/arch/sparc64/kernel/ioctl32.c +++ b/arch/sparc64/kernel/ioctl32.c @@ -115,7 +115,6 @@ #define EXT2_IOC32_GETVERSION _IOR('v', 1, int) #define EXT2_IOC32_SETVERSION _IOW('v', 2, int) -extern asmlinkage int sys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg); static int w_long(unsigned int fd, unsigned int cmd, unsigned long arg) { |
