[PATCH] scsi: qla4xxx: Avoid usage of duplicated Header Guard

From: Christophe JAILLET
Date: Sun Aug 18 2019 - 10:44:44 EST


__QLA_NX_H is already used in 'drivers/scsi/qla2xxx/qla_nx.h', so use a
better name for the include headrr guard of 'ql4_nx.h'.
Use __QL4_NX_H

Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
---
drivers/scsi/qla4xxx/ql4_nx.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/qla4xxx/ql4_nx.h b/drivers/scsi/qla4xxx/ql4_nx.h
index 98fe78613eb7..2b94b39ee95f 100644
--- a/drivers/scsi/qla4xxx/ql4_nx.h
+++ b/drivers/scsi/qla4xxx/ql4_nx.h
@@ -4,8 +4,8 @@
*
* See LICENSE.qla4xxx for copyright and licensing details.
*/
-#ifndef __QLA_NX_H
-#define __QLA_NX_H
+#ifndef __QL4_NX_H
+#define __QL4_NX_H

/*
* Following are the states of the Phantom. Phantom will set them and
--
2.20.1