From 1afaa05515212b136d96a48b2ba2251f40437d87 Mon Sep 17 00:00:00 2001 From: Fabian Frederick Date: Mon, 16 Mar 2015 20:54:41 +0100 Subject: [PATCH] EDAC: Constify of_device_id array MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit of_device_id is always used as const. See driver.of_match_table and open firmware functions. Signed-off-by: Fabian Frederick Cc: Greg Kroah-Hartman Cc: Doug Thompson Cc: Robert Richter Cc: Mauro Carvalho Chehab Cc: Johannes Thumshirn Cc: Michal Simek Cc: Sören Brinkmann Cc: linux-edac@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Link: http://lkml.kernel.org/r/1426535685-25996-10-git-send-email-fabf@skynet.be Signed-off-by: Borislav Petkov --- Reading git-format-patch failed