mirror of https://gitee.com/openkylin/linux.git
scsi: pm80xx: Remove unused include of linux/version.h
Remove #include <linux/version.h>. Don't need it. Link: https://lore.kernel.org/r/20191122020911.33269-1-yuehaibing@huawei.com Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
0e7c353e18
commit
69b41f141d
|
@ -37,7 +37,6 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGES.
|
* POSSIBILITY OF SUCH DAMAGES.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include <linux/version.h>
|
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
#include "pm8001_sas.h"
|
#include "pm8001_sas.h"
|
||||||
#include "pm80xx_hwi.h"
|
#include "pm80xx_hwi.h"
|
||||||
|
|
Loading…
Reference in New Issue