You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge master.kernel.org:/home/rmk/linux-2.6-arm
* master.kernel.org:/home/rmk/linux-2.6-arm: ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is not working. ARM: 5957/1: ARM: RealView SD/MMC Card detection and write-protect using GPIOLIB ARM: 6030/1: KS8695: enable console ARM: 6060/1: PL061 GPIO: Setting gpio val after changing direction to OUT. ARM: 6059/1: PL061 GPIO: Changing *_irq_chip_data with *_irq_data for real irqs. ARM: 6023/1: update bcmring_defconfig to latest version and fix build error ARM: fix build error in arch/arm/kernel/process.c
This commit is contained in:
@@ -650,6 +650,7 @@ static struct console ks8695_console = {
|
||||
|
||||
static int __init ks8695_console_init(void)
|
||||
{
|
||||
add_preferred_console(SERIAL_KS8695_DEVNAME, 0, NULL);
|
||||
register_console(&ks8695_console);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user