sparc: Annotate of_device_id arrays with const or __initdata.

As suggested by Stephen Rothwell.

Signed-off-by: David S. Miller <davem@davemloft.net>
此提交包含在:
David S. Miller
2008-08-31 01:23:17 -07:00
父節點 933b2a1d8d
當前提交 fd098316ef
共有 50 個檔案被更改,包括 53 行新增53 行删除

查看文件

@@ -372,7 +372,7 @@ static int __devexit bpp_remove(struct of_device *op)
return 0;
}
static struct of_device_id bpp_match[] = {
static const struct of_device_id bpp_match[] = {
{
.name = "SUNW,bpp",
},