[POWERPC] Constify of_platform_driver match_table

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by Stephen Rothwell and committed by Paul Mackerras 51d26112 b1c30115

+1 -1
+1 -1
include/linux/of_platform.h
··· 32 struct of_platform_driver 33 { 34 const char *name; 35 - struct of_device_id *match_table; 36 struct module *owner; 37 38 int (*probe)(struct of_device* dev,
··· 32 struct of_platform_driver 33 { 34 const char *name; 35 + const struct of_device_id *match_table; 36 struct module *owner; 37 38 int (*probe)(struct of_device* dev,