Messages in this thread |  | | | Date | Tue, 22 Nov 2011 17:32:28 +0000 | | From | Mark Brown <> | | Subject | Re: [PATCH RFC] watchdog: add a new driver for VIA chipsets |
| |
On Tue, Nov 22, 2011 at 06:05:48PM +0100, Marc Vertes wrote:
> +static int wdt_start(struct watchdog_device *wdev) > +{ > + /* Nothing to do. The watchdog can only be started by the BIOS. */ > + return 0; > +}
Shouldn't we just update the framework to cope with missing functions?
|  |