staging: greybus: arche-apb-ctrl: declare struct of_device_id as const
authorEva Rachel Retuya <eraretuya@gmail.com>
Thu, 22 Sep 2016 15:33:33 +0000 (23:33 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Sep 2016 12:11:46 +0000 (14:11 +0200)
commit5c925fe2a496da4849f1f874b9fa54cad7f2386c
tree54ac922016a8a7261b6a925f1e358b46bbc4a3d5
parentcdcffc0cdf553500dca22d93e3a87e2e0848aa83
staging: greybus: arche-apb-ctrl: declare struct of_device_id as const

Declare the 'arche_apb_ctrl_of_match' array as const. This array is only stored
in the .of_match_table field of a device_driver structure, which is declared as
const. This addresses the checkpatch warning:

WARNING: struct of_device_id should be normally const

Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/arche-apb-ctrl.c