From ab3db4df62d57d9c8167a729ab601001234aec94 Mon Sep 17 00:00:00 2001 From: Gleb Chesnokov Date: Tue, 18 Jan 2022 17:40:00 +0300 Subject: [PATCH] qla2x00t-32gbit: Remove a declaration Since there is no definition for the qla2x00_host_attrs_dm array, remove its declaration. Link: https://lore.kernel.org/r/20211012233558.4066756-40-bvanassche@acm.org Signed-off-by: Bart Van Assche Signed-off-by: Martin K. Petersen [ commit f8f8f857e7df upstream ] --- qla2x00t-32gbit/qla_gbl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/qla2x00t-32gbit/qla_gbl.h b/qla2x00t-32gbit/qla_gbl.h index ccabed9a0..1413f7a66 100644 --- a/qla2x00t-32gbit/qla_gbl.h +++ b/qla2x00t-32gbit/qla_gbl.h @@ -751,7 +751,6 @@ extern struct device_attribute *qla2x00_host_attrs[]; #else extern const struct attribute_group *qla2x00_host_groups[]; #endif -extern struct device_attribute *qla2x00_host_attrs_dm[]; struct fc_function_template; extern struct fc_function_template qla2xxx_transport_functions; extern struct fc_function_template qla2xxx_transport_vport_functions;