mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
tmp461_signed_extend32 is unused, remove it
Sponsored by: Netflix
This commit is contained in:
parent
875145ffd4
commit
2d4ae2ed36
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ static int tmp461_read_1(device_t dev, uint8_t reg, uint8_t *data);
|
|||
static int tmp461_read_temp(device_t dev, int32_t *temp);
|
||||
static int tmp461_detach(device_t dev);
|
||||
static int tmp461_sensor_sysctl(SYSCTL_HANDLER_ARGS);
|
||||
static int32_t tmp461_signed_extend32(uint32_t value, int sign_pos);
|
||||
|
||||
static device_method_t tmp461_methods[] = {
|
||||
DEVMETHOD(device_probe, tmp461_probe),
|
||||
|
|
|
|||
Loading…
Reference in a new issue