linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] drivers: edac: edac_reg_data[] can be static
@ 2018-08-29 14:43 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2018-08-29 14:43 UTC (permalink / raw)
  To: Venkata Narendra Kumar Gutta
  Cc: kbuild-all, evgreen, robh, mchehab, linux-edac, linux-kernel,
	Andy Gross, David Brown, linux-arm-msm, linux-soc, robh+dt,
	mark.rutland, devicetree, tsoni, ckadabi, rishabhb, bp, swboyd

Fixes: 6984008cfe6b ("drivers: edac: Add EDAC driver support for QCOM SoCs")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---
 qcom_edac.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/edac/qcom_edac.c b/drivers/edac/qcom_edac.c
index 871ed07..69b4cb5 100644
--- a/drivers/edac/qcom_edac.c
+++ b/drivers/edac/qcom_edac.c
@@ -83,7 +83,7 @@ enum {
 	LLCC_TRAM_UE,
 };
 
-const struct llcc_edac_reg_data edac_reg_data[] = {
+static const struct llcc_edac_reg_data edac_reg_data[] = {
 	[LLCC_DRAM_CE] = {
 		.name = "DRAM Single-bit",
 		.synd_reg = DRP_ECC_SB_ERR_SYN0,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-29 14:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29 14:43 [RFC] drivers: edac: edac_reg_data[] can be static kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).