commit | e0075478ca7c58c6ad6630310aaa3f64a25dcf31 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe.montjoie@gmail.com> | Thu Dec 15 15:12:16 2016 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Thu Jan 05 00:21:12 2017 -0500 |
tree | f93744c749ca7580033bd2ac21ece08fbc79933b | |
parent | 5f5fca6db3d3e6a2c1a2ae92cbecee50e1242a3a [diff] |
scsi: mptlan: Remove linux/miscdevice.h from mptlan.h This patch remove linux/miscdevice.h from mptlan.h since mptlan.h does not contain any miscdevice. The only user of it is mptctl.c which already include linux/miscdevice.h So no need to include it twice. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>