x86: Move UCLASS_IRQ into a separate file
[oweals/u-boot.git] / arch / x86 / cpu / irq.c
index 3adc155818c89a0317ffb77c9e380dc045886f98..cb183496b7a9cfeba89048c2c62131d545e12cb6 100644 (file)
@@ -370,8 +370,3 @@ U_BOOT_DRIVER(irq_router_drv) = {
        .probe          = irq_router_probe,
        .priv_auto_alloc_size = sizeof(struct irq_router),
 };
-
-UCLASS_DRIVER(irq) = {
-       .id             = UCLASS_IRQ,
-       .name           = "irq",
-};