driver core: make platform_device_id table const
authorEric Miao <eric.y.miao@gmail.com>
Fri, 1 Jan 2010 07:43:28 +0000 (15:43 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 8 Mar 2010 01:04:46 +0000 (17:04 -0800)
commit3d03ba4d1dd2246adff5a9ff1194a539b3bc05a7
tree0b458f290e55ba7972862ecd0b04606f0c05e372
parentecdf6ceb8cf4756bd4214bf9755755752b6015f5
driver core: make platform_device_id table const

The platform ID table is normally const, force that by adding the attribute.

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/platform_device.h