]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: zfcp: Remove unneeded linux/miscdevice.h include
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Fri, 28 Jul 2017 10:30:49 +0000 (12:30 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 10 Aug 2017 23:36:53 +0000 (19:36 -0400)
commitbed244b9fcc8c6affa47e31dad9f1d58bf2df306
treee3df476777602c4bc0fac888067ef239818b6900
parent538f53687d8ea37fc522a843a67da5f729c08c82
scsi: zfcp: Remove unneeded linux/miscdevice.h include

drivers/s390/scsi/zfcp_aux.c does not contain any miscdevice so the
inclusion of linux/miscdevice.h is unnecessary.

[maier@linux.vnet.ibm.com: just for the records, this is in fact a
 minor missing code cleanup of the following older "feature"
 which also dropped the only former use of a misc device in zfcp:
 commit fe96fe59fbec ("[SCSI] zfcp: remove access control tables
    interface")
 commit 0e604858b8ff ("[SCSI] zfcp: remove access control tables
    interface (keep sysfs files)")
 commit a0803b91b38a ("zfcp: remove access control tables interface
     (port leftovers)")]

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Benjamin Block <bblock@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/s390/scsi/zfcp_aux.c