On 06/29/2017 05:03 AM, Borislav Petkov wrote:
Hi,
any objections?
---
It is a write-only variable so get rid of it.
Signed-off-by: Borislav Petkov <[email protected]>
Cc: Thor Thayer <[email protected]>
Cc: Mark Gross <[email protected]>
Cc: Robert Richter <[email protected]>
Cc: Tim Small <[email protected]>
Cc: Ranganathan Desikan <[email protected]>
Cc: "Arvind R." <[email protected]>
Cc: Jason Baron <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: "Sören Brinkmann" <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: David Daney <[email protected]>
Cc: Loc Ho <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
---
drivers/edac/altera_edac.c | 2 --
<snip>
diff --git a/drivers/edac/altera_edac.c b/drivers/edac/altera_edac.c
index db75d4b614f7..fa2e5db56d24 100644
--- a/drivers/edac/altera_edac.c
+++ b/drivers/edac/altera_edac.c
@@ -38,7 +38,6 @@
#include "edac_module.h"
#define EDAC_MOD_STR "altera_edac"
-#define EDAC_VERSION "1"
#define EDAC_DEVICE "Altera"
<snip>
Looks fine for Altera EDAC.
Acked-by: Thor Thayer <[email protected]>