Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ethernet: ucc_geth: constify ugeth_primary_info

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Rasmus Villemoes and committed by
Jakub Kicinski
b0292e08 632e3f2d

+1 -1
+1 -1
drivers/net/ethernet/freescale/ucc_geth.c
··· 70 70 module_param_named(debug, debug.msg_enable, int, 0); 71 71 MODULE_PARM_DESC(debug, "Debug verbosity level (0=none, ..., 0xffff=all)"); 72 72 73 - static struct ucc_geth_info ugeth_primary_info = { 73 + static const struct ucc_geth_info ugeth_primary_info = { 74 74 .uf_info = { 75 75 .bd_mem_part = MEM_PART_SYSTEM, 76 76 .rtsm = UCC_FAST_SEND_IDLES_BETWEEN_FRAMES,