scsi: autoconvert trivial BKL users to private mutex
[deliverable/linux.git] / drivers / scsi / megaraid / megaraid_sas.c
index 99e4478c3f3ed4efc8d018ee2cc5f3b98d941514..c4a595d8d23a3cfe78412a70e8c0cc186fb3da8c 100644 (file)
@@ -33,7 +33,6 @@
 #include <linux/spinlock.h>
 #include <linux/interrupt.h>
 #include <linux/delay.h>
-#include <linux/smp_lock.h>
 #include <linux/uio.h>
 #include <linux/slab.h>
 #include <asm/uaccess.h>
@@ -3557,7 +3556,6 @@ static void megasas_shutdown(struct pci_dev *pdev)
  */
 static int megasas_mgmt_open(struct inode *inode, struct file *filep)
 {
-       cycle_kernel_lock();
        /*
         * Allow only those users with admin rights
         */
This page took 0.030677 seconds and 5 git commands to generate.