Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32

Pull AVR32 build fix from Hans-Christian Egtvedt.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32:
avr32: boards/atngw100/mrmt.c: fix building error

-1
-1
arch/avr32/boards/atngw100/mrmt.c
··· 150 150 static struct platform_device rmt_ts_device = { 151 151 .name = "ucb1400_ts", 152 152 .id = -1, 153 - } 154 153 }; 155 154 #endif 156 155