watchdog: Drop pointer to watchdog device from struct watchdog_device
[deliverable/linux.git] / Documentation / watchdog / watchdog-kernel-api.txt
index 312f60009c3e022f95e18a1b918b0d298d08fb15..55120a055a14d57f98053cb7147b25ad4c2a6214 100644 (file)
@@ -44,7 +44,6 @@ The watchdog device structure looks like this:
 
 struct watchdog_device {
        int id;
-       struct device *dev;
        struct device *parent;
        const struct attribute_group **groups;
        const struct watchdog_info *info;
@@ -66,7 +65,6 @@ It contains following fields:
   /dev/watchdog0 cdev (dynamic major, minor 0) as well as the old
   /dev/watchdog miscdev. The id is set automatically when calling
   watchdog_register_device.
-* dev: device under the watchdog class (created by watchdog_register_device).
 * parent: set this to the parent device (or NULL) before calling
   watchdog_register_device.
 * groups: List of sysfs attribute groups to create when creating the watchdog
This page took 0.02532 seconds and 5 git commands to generate.