Skip to content
Snippets Groups Projects
Commit 786c87cd authored by yu kuai's avatar yu kuai Committed by Rafael J. Wysocki
Browse files

PNP: isapnp: remove defined but not used function 'isapnp_checksum'


Fix gcc '-Wunused-function' warnning:

drivers/pnp/isapnp/core.c:752:29: warning: 'isapnp_checksum' defined but
not used [-Wunused-function]
752 | static unsigned char __init isapnp_checksum(unsigned char *data)

Commit 04c589f3 ("PNP: isapnp: remove set but not used variable
'checksum'") removes the last caller of the function. It is never used
and so can be removed.

Fixes: 04c589f3 ("PNP: isapnp: remove set but not used variable 'checksum'")
Signed-off-by: default avataryu kuai <yukuai3@huawei.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 04c589f3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment