Commit 51d261122d0ffac8cf91cc6e74ffcfea23faeb1c

Authored by Stephen Rothwell
Committed by Paul Mackerras
1 parent b1c30115f4

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

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