OSDN Git Service

PNP: isapnp: remove defined but not used function 'isapnp_checksum'
authoryu kuai <yukuai3@huawei.com>
Mon, 20 Jan 2020 01:23:31 +0000 (09:23 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 22 Jan 2020 23:26:13 +0000 (00:26 +0100)
commit786c87cd312ad2ec774bc4606834b06844dada6c
treed13b7685b1e0b27cedfc3ef64cf4346cb008e87e
parent04c589f35bc57d2f2495fc065ad2ac0ee271ce93
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 04c589f35bc5 ("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: 04c589f35bc5 ("PNP: isapnp: remove set but not used variable 'checksum'")
Signed-off-by: yu kuai <yukuai3@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/pnp/isapnp/core.c