diff options
Diffstat (limited to 'arch/arm/mach-ks8695/board-og.c')
| -rw-r--r-- | arch/arm/mach-ks8695/board-og.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-ks8695/board-og.c b/arch/arm/mach-ks8695/board-og.c index 002bc619bb68..f2658168eeff 100644 --- a/arch/arm/mach-ks8695/board-og.c +++ b/arch/arm/mach-ks8695/board-og.c | |||
| @@ -44,7 +44,8 @@ static void __init og_register_pci(void) | |||
| 44 | if (machine_is_im4004()) | 44 | if (machine_is_im4004()) |
| 45 | ks8695_gpio_interrupt(KS8695_GPIO_1, IRQ_TYPE_LEVEL_LOW); | 45 | ks8695_gpio_interrupt(KS8695_GPIO_1, IRQ_TYPE_LEVEL_LOW); |
| 46 | 46 | ||
| 47 | ks8695_init_pci(&og_pci); | 47 | if (IS_ENABLED(CONFIG_PCI)) |
| 48 | ks8695_init_pci(&og_pci); | ||
| 48 | } | 49 | } |
| 49 | 50 | ||
| 50 | /* | 51 | /* |
