commit | 9b487ced8a903f1028fcfaef1e6406acc91fe0fa | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Tue Jun 07 15:26:33 2011 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Fri Jul 22 14:19:29 2011 -0700 |
tree | ffbd545e8e3630a4adcd924d2712fdd8f45a3c77 | |
parent | 3baef940f289f08e4aada1fd481ab9ee3f070144 [diff] |
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 <ak@linux.intel.com> [drop __read_mostly instead of const] Signed-off-by: Dan Williams <dan.j.williams@intel.com>