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 tag 'for-linus' of git://github.com/openrisc/linux

Pull OpenRISC fix from Stafford Horne:
"Fix duplicate header include in Litex SOC driver"

* tag 'for-linus' of git://github.com/openrisc/linux:
soc: litex: Remove duplicated header file inclusion

-1
-1
drivers/soc/litex/litex_soc_ctrl.c
··· 13 13 #include <linux/platform_device.h> 14 14 #include <linux/printk.h> 15 15 #include <linux/module.h> 16 - #include <linux/errno.h> 17 16 #include <linux/io.h> 18 17 #include <linux/reboot.h> 19 18