提交 51d26112 编写于 作者: S Stephen Rothwell 提交者: Paul Mackerras

[POWERPC] Constify of_platform_driver match_table

Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
Acked-by: NDavid S. Miller <davem@davemloft.net>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 b1c30115
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册