File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 30
30
* struct mlxreg_wdt - wd private data:
31
31
*
32
32
* @wdd: watchdog device;
33
- * @device: basic device;
34
33
* @pdata: data received from platform driver;
35
34
* @regmap: register map of parent device;
36
- * @timeout: defined timeout in sec.;
37
35
* @action_idx: index for direct access to action register;
38
36
* @timeout_idx:index for direct access to TO register;
39
37
* @tleft_idx: index for direct access to time left register;
40
38
* @ping_idx: index for direct access to ping register;
41
39
* @reset_idx: index for direct access to reset cause register;
42
40
* @regmap_val_sz: size of value in register map;
43
- * @wd_type : watchdog HW type;
41
+ * @wdt_type : watchdog HW type;
44
42
*/
45
43
struct mlxreg_wdt {
46
44
struct watchdog_device wdd ;
You can’t perform that action at this time.
0 commit comments