diff options
author | Yuan Can <yuancan@huawei.com> | 2022-09-27 15:38:14 +0200 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2022-09-28 13:48:54 +0200 |
commit | 05763c996f72ef934432639fe412f5193816fd9d (patch) | |
tree | 9aba8114db52d94f7d8e6746c83cc663dd1d6d8a /drivers/char | |
parent | ipmi: kcs: aspeed: Update port address comments (diff) | |
download | linux-05763c996f72ef934432639fe412f5193816fd9d.tar.xz linux-05763c996f72ef934432639fe412f5193816fd9d.zip |
ipmi: Remove unused struct watcher_entry
After commit e86ee2d44b44("ipmi: Rework locking and shutdown for hot remove"),
no one use struct watcher_entry, so remove it.
Signed-off-by: Yuan Can <yuancan@huawei.com>
Message-Id: <20220927133814.98929-1-yuancan@huawei.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/ipmi/ipmi_msghandler.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c index c8a3b208f923..49a1707693c9 100644 --- a/drivers/char/ipmi/ipmi_msghandler.c +++ b/drivers/char/ipmi/ipmi_msghandler.c @@ -736,12 +736,6 @@ static void intf_free(struct kref *ref) kfree(intf); } -struct watcher_entry { - int intf_num; - struct ipmi_smi *intf; - struct list_head link; -}; - int ipmi_smi_watcher_register(struct ipmi_smi_watcher *watcher) { struct ipmi_smi *intf; |