The patch titled Subject: rapidio: idt_gen3: constify rio_device_id has been removed from the -mm tree. Its filename was rapidio-idt_gen3-constify-rio_device_id.patch This patch was dropped because it was folded into rapidio-idt_gen2-constify-rio_device_id.patch ------------------------------------------------------ From: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx> Subject: rapidio: idt_gen3: constify rio_device_id rio_device_id are not supposed to change at runtime. rio driver is working with const 'id_table'. So mark the non-const rio_device_id structs as const. Link: http://lkml.kernel.org/r/1503734627-6058-3-git-send-email-arvind.yadav.cs@xxxxxxxxx Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx> Acked-by: Alexandre Bounine <alexandre.bounine@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rapidio/switches/idt_gen3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/rapidio/switches/idt_gen3.c~rapidio-idt_gen3-constify-rio_device_id drivers/rapidio/switches/idt_gen3.c --- a/drivers/rapidio/switches/idt_gen3.c~rapidio-idt_gen3-constify-rio_device_id +++ a/drivers/rapidio/switches/idt_gen3.c @@ -348,7 +348,7 @@ static void idtg3_shutdown(struct rio_de } } -static struct rio_device_id idtg3_id_table[] = { +static const struct rio_device_id idtg3_id_table[] = { {RIO_DEVICE(RIO_DID_IDTRXS1632, RIO_VID_IDT)}, {RIO_DEVICE(RIO_DID_IDTRXS2448, RIO_VID_IDT)}, { 0, } /* terminate list */ _ Patches currently in -mm which might be from arvind.yadav.cs@xxxxxxxxx are rapidio-idt_gen2-constify-rio_device_id.patch rapidio-idtcps-constify-rio_device_id.patch rapidio-tsi568-constify-rio_device_id.patch rapidio-tsi57x-constify-rio_device_id.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html