Skip to content
Commit 9b487ced authored by Andi Kleen's avatar Andi Kleen Committed by Dan Williams
Browse files

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: default avatarAndi Kleen <ak@linux.intel.com>
[drop __read_mostly instead of const]
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 3baef940
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment