Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f33afc26 authored by Roland Dreier's avatar Roland Dreier
Browse files

IB: Avoid marking __devinitdata as const



Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 68f3948d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ module_param_named(fmr_reserved_mtts, hca_profile.fmr_reserved_mtts, int, 0444);
MODULE_PARM_DESC(fmr_reserved_mtts,
		 "number of memory translation table segments reserved for FMR");

static const char mthca_version[] __devinitdata =
static char mthca_version[] __devinitdata =
	DRV_NAME ": Mellanox InfiniBand HCA driver v"
	DRV_VERSION " (" DRV_RELDATE ")\n";

+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ MODULE_PARM_DESC(msi_x, "attempt to use MSI-X if nonzero");

#endif /* CONFIG_PCI_MSI */

static const char mlx4_version[] __devinitdata =
static char mlx4_version[] __devinitdata =
	DRV_NAME ": Mellanox ConnectX core driver v"
	DRV_VERSION " (" DRV_RELDATE ")\n";