Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
f33afc26
Commit
f33afc26
authored
17 years ago
by
Roland Dreier
Browse files
Options
Download
Email Patches
Plain Diff
IB: Avoid marking __devinitdata as const
Signed-off-by:
Roland Dreier
<
rolandd@cisco.com
>
parent
68f3948d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/infiniband/hw/mthca/mthca_main.c
drivers/infiniband/hw/mthca/mthca_main.c
+1
-1
drivers/net/mlx4/main.c
drivers/net/mlx4/main.c
+1
-1
No files found.
drivers/infiniband/hw/mthca/mthca_main.c
View file @
f33afc26
...
...
@@ -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
"
;
...
...
This diff is collapsed.
Click to expand it.
drivers/net/mlx4/main.c
View file @
f33afc26
...
...
@@ -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
"
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment