diff options
Diffstat (limited to 'arch/mips/kernel/ioport.c')
-rw-r--r-- | arch/mips/kernel/ioport.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/kernel/ioport.c b/arch/mips/kernel/ioport.c index ff6c0d518..cc0581038 100644 --- a/arch/mips/kernel/ioport.c +++ b/arch/mips/kernel/ioport.c @@ -15,8 +15,6 @@ asmlinkage int sys_ioperm(unsigned long from, unsigned long num, int turn_on) return -ENOSYS; } -unsigned int *stack; - /* * sys_iopl has to be used when you want to access the IO ports * beyond the 0x3ff range: to get the full 65536 ports bitmapped |