]> git.karo-electronics.de Git - karo-tx-linux.git/commit
platform/x86: silead_dmi: Constify properties arrays
authorHans de Goede <hdegoede@redhat.com>
Wed, 22 Mar 2017 15:55:53 +0000 (16:55 +0100)
committerDarren Hart (VMware) <dvhart@infradead.org>
Thu, 13 Apr 2017 17:12:47 +0000 (10:12 -0700)
commitae3111585e750403003e876eecd88d5db882940f
tree6a5814f31961500b8bc27733236b4d98898c2d31
parent9c656b07997f518ab407dd990aaf55f358337bd6
platform/x86: silead_dmi: Constify properties arrays

Now that device_add_properties takes a const property_entry * rather
then a non-const one we can constify the properties arrays.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
drivers/platform/x86/silead_dmi.c