Skip to content

Commit

Permalink
[POWERPC] Constify of_platform_driver match_table
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Jul 22, 2007
1 parent b1c3011 commit 51d2611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/of_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extern struct bus_type of_platform_bus_type;
struct of_platform_driver
{
const char *name;
struct of_device_id *match_table;
const struct of_device_id *match_table;
struct module *owner;

int (*probe)(struct of_device* dev,
Expand Down

0 comments on commit 51d2611

Please sign in to comment.