|
@@ -47,8 +47,6 @@ struct watchdog_ops {
|
|
|
int (*set_timeout)(struct watchdog_device *, unsigned int);
|
|
|
unsigned int (*get_timeleft)(struct watchdog_device *);
|
|
|
int (*restart)(struct watchdog_device *);
|
|
|
- void (*ref)(struct watchdog_device *) __deprecated;
|
|
|
- void (*unref)(struct watchdog_device *) __deprecated;
|
|
|
long (*ioctl)(struct watchdog_device *, unsigned int, unsigned long);
|
|
|
};
|
|
|
|