diff --git a/include/linux/irq.h b/include/linux/irq.h index 812149160d3bc5829750d5f2790ae23c4791092f..92188b0225bb31f33eba9deacc4b9b88036c1d8e 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -407,7 +407,6 @@ enum { IRQCHIP_EOI_THREADED = (1 << 6), }; -/* This include will go away once we isolated irq_desc usage to core code */ #include /* diff --git a/include/linux/irqdesc.h b/include/linux/irqdesc.h index c52d1480f272448a18ae5ea8400328c82f0c76da..66c41b40ca503138d6f009d4a272a9c1ee506b0c 100644 --- a/include/linux/irqdesc.h +++ b/include/linux/irqdesc.h @@ -3,9 +3,6 @@ /* * Core internal functions to deal with irq descriptors - * - * This include will move to kernel/irq once we cleaned up the tree. - * For now it's included from */ struct irq_affinity_notify;