Tag: b5a608fb28c84ef3e569b6929e58977f4e2ce480

ide: constify ide_dma_ops structures

Author: Julia Lawall <julia.lawall@lip6.fr> The ide_dma_ops structures are never modified, so declare these as const, as is already done for the others. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: David S. Miller — drivers/ide/it821x.c | 2 +- drivers/ide/trm290.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)   diff –git a/drivers/ide/it821x.c …

Continue reading