Loading drivers/net/fjes/fjes_main.c +2 −10 Original line number Diff line number Diff line Loading @@ -90,16 +90,8 @@ static struct platform_driver fjes_driver = { }; static struct resource fjes_resource[] = { { .flags = IORESOURCE_MEM, .start = 0, .end = 0, }, { .flags = IORESOURCE_IRQ, .start = 0, .end = 0, }, DEFINE_RES_MEM(0, 1), DEFINE_RES_IRQ(0) }; static bool is_extended_socket_device(struct acpi_device *device) Loading Loading
drivers/net/fjes/fjes_main.c +2 −10 Original line number Diff line number Diff line Loading @@ -90,16 +90,8 @@ static struct platform_driver fjes_driver = { }; static struct resource fjes_resource[] = { { .flags = IORESOURCE_MEM, .start = 0, .end = 0, }, { .flags = IORESOURCE_IRQ, .start = 0, .end = 0, }, DEFINE_RES_MEM(0, 1), DEFINE_RES_IRQ(0) }; static bool is_extended_socket_device(struct acpi_device *device) Loading