Re: [PATCH] ide: constify ide_dma_ops structures
From: David Miller <davem@davemloft.net>
Date: 2016-01-18 19:13:06
Also in:
kernel-janitors, lkml
From: David Miller <davem@davemloft.net>
Date: 2016-01-18 19:13:06
Also in:
kernel-janitors, lkml
From: Julia Lawall <redacted> Date: Sun, 15 Nov 2015 21:36:30 +0100
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 <redacted>
Applied.