Commit ccaf8b47 authored by Linus Torvalds's avatar Linus Torvalds

Fix the fix.

Silly #endif placement problem.
parent 12ec4455
......@@ -1075,8 +1075,8 @@ static int pin_2_irq(int idx, int apic, int pin)
*/
if (platform_rename_gsi)
irq = platform_rename_gsi(apic, irq);
break;
#endif
break;
}
default:
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment