Author: Julia Lawall <julia.lawall@lip6.fr> The dca_ops structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Acked-by: Dan Williams Signed-off-by: Vinod Koul — drivers/dca/dca-core.c | 3 ++- drivers/dma/ioat/dca.c | 2 +- include/linux/dca.h | 5 +++– 3 files changed, 6 insertions(+), 4 deletions(-) diff –git a/drivers/dca/dca-core.c b/drivers/dca/dca-core.c …