From: Andi Kleen Date: Tue, 7 Jun 2011 22:26:33 +0000 (-0700) Subject: Avoid section type conflict in dma/ioat/dma_v3.c X-Git-Tag: v3.1-rc1~30^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b487ced8a903f1028fcfaef1e6406acc91fe0fa;p=pandora-kernel.git Avoid section type conflict in dma/ioat/dma_v3.c const __read_mostly is not legal and causes section type conflicts. That's because the read.mostly section is not read only. Simply drop the __read_mostly designation. Signed-off-by: Andi Kleen [drop __read_mostly instead of const] Signed-off-by: Dan Williams --- Reading git-diff-tree failed