Hi Tomas, > On Fri, May 11, 2012 at 1:00 PM, Hans de Goede <hdegoede@xxxxxxxxxx> wrote: > > Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> > > --- > > Documentation/watchdog/watchdog-kernel-api.txt | 11 ++++++++++- > > 1 file changed, 10 insertions(+), 1 deletion(-) > > > > diff --git a/Documentation/watchdog/watchdog-kernel-api.txt b/Documentation/watchdog/watchdog-kernel-api.txt > > index 227f6cd..03aa948 100644 > > --- a/Documentation/watchdog/watchdog-kernel-api.txt > > +++ b/Documentation/watchdog/watchdog-kernel-api.txt > > @@ -1,6 +1,6 @@ > > The Linux WatchDog Timer Driver Core kernel API. > > =============================================== > > -Last reviewed: 16-Mar-2012 > > +Last reviewed: 11-May-2012 > > > > Wim Van Sebroeck <wim@xxxxxxxxx> > > > > @@ -46,6 +46,10 @@ struct watchdog_device { > > unsigned int min_timeout; > > unsigned int max_timeout; > > void *driver_data; > > + int id; > > + struct cdev cdev; > > + struct device *dev; > > + struct device *busdev; > > unsigned long status; > > }; > > I would split this patch into two according the original patches that > add the code to not complicate a possible rollback of an patch. Will take care of it. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html