From: Uwe Kleine-König Date: Thu, 16 Jul 2015 19:08:21 +0000 (+0200) Subject: gpio: mpc8xxx: constify of_device_id X-Git-Tag: omap-for-v4.3/fixes-rc1~96^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4183afefd995e3472c10348998edd9f791eb523f;p=pandora-kernel.git gpio: mpc8xxx: constify of_device_id This variable is not modified in the driver and all functions it it passed to don't change it either. So it can and should be marked const. Signed-off-by: Uwe Kleine-König Signed-off-by: Linus Walleij --- Reading git-diff-tree failed