diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2009-09-28 11:59:12 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-30 15:47:01 -0400 |
| commit | b7a05871aac3a75a48faebcde92d881f9625c066 (patch) | |
| tree | 092be6b499fe27278c7695b8e724779af58fe375 | |
| parent | 36ac829e5a6ab29a6fd990588d170438bfb5c7a0 (diff) | |
MIPS: Excite: Get rid of BKL.
It's not obvious what good it was supposed to do here anyway.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -rw-r--r-- | arch/mips/basler/excite/excite_iodev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/basler/excite/excite_iodev.c b/arch/mips/basler/excite/excite_iodev.c index dfbfd7e2ac08..938b1d0b7652 100644 --- a/arch/mips/basler/excite/excite_iodev.c +++ b/arch/mips/basler/excite/excite_iodev.c | |||
| @@ -112,10 +112,8 @@ static int iodev_open(struct inode *i, struct file *f) | |||
| 112 | { | 112 | { |
| 113 | int ret; | 113 | int ret; |
| 114 | 114 | ||
| 115 | lock_kernel(); | ||
| 116 | ret = request_irq(iodev_irq, iodev_irqhdl, IRQF_DISABLED, | 115 | ret = request_irq(iodev_irq, iodev_irqhdl, IRQF_DISABLED, |
| 117 | iodev_name, &miscdev); | 116 | iodev_name, &miscdev); |
| 118 | unlock_kernel(); | ||
| 119 | 117 | ||
| 120 | return ret; | 118 | return ret; |
| 121 | } | 119 | } |
