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 git://www.linux-watchdog.org/linux-watchdog

Pull watchdog fixes from Wim Van Sebroeck:
"This will fix a warning for watchdog-test.c and it will remove a
duplicate include of delay.h"

* git://www.linux-watchdog.org/linux-watchdog:
watchdog: da9052: Remove duplicate inclusion of delay.h
watchdog: fix watchdog-test.c build warning

+1 -2
+1 -1
Documentation/watchdog/src/watchdog-test.c
··· 31 31 * or "-e" to enable the card. 32 32 */ 33 33 34 - void term(int sig) 34 + static void term(int sig) 35 35 { 36 36 close(fd); 37 37 fprintf(stderr, "Stopping watchdog ticks...\n");
-1
drivers/watchdog/da9052_wdt.c
··· 21 21 #include <linux/types.h> 22 22 #include <linux/kernel.h> 23 23 #include <linux/jiffies.h> 24 - #include <linux/delay.h> 25 24 26 25 #include <linux/mfd/da9052/reg.h> 27 26 #include <linux/mfd/da9052/da9052.h>