commit | 8751f90c819c156befc630d467adbc003bd59d87 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sun Jan 29 11:12:08 2017 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Fri Feb 24 14:00:23 2017 -0800 |
tree | c8a9fd2830b24f9e6c38dc43ee3d523e03f8cb2f | |
parent | eca10ae6000d45ee3fec65f0abf7e07abfc66abb [diff] |
watchdog: RDC321X_WDT always depends on PCI Without this dependency, platforms not supporting PCI (such as m68k) report the following build warning when building allmodconfig or allyesconfig. drivers/watchdog/rdc321x_wdt.c: In function 'rdc321x_wdt_ioctl': ./arch/m68k/include/asm/uaccess_mm.h:61:1: warning: 'value' may be used uninitialized in this function Fixes: f4c3de659054 ("watchdog: Enable COMPILE_TEST where possible") Signed-off-by: Guenter Roeck <linux@roeck-us.net>