sparc: Annotate of_device_id arrays with const or __initdata.

As suggested by Stephen Rothwell.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2008-08-31 01:23:17 -07:00
부모 933b2a1d8d
커밋 fd098316ef
50개의 변경된 파일53개의 추가작업 그리고 53개의 파일을 삭제

파일 보기

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