Skip to content
Commit 65b4e594 authored by Tom Hughes's avatar Tom Hughes Committed by Benjamin Cabé
Browse files

drivers: gpio: pca95xx: Remove unused functions



Building with clang warns:

drivers/gpio/gpio_pca95xx.c:256:19: error: unused function
'update_input_reg' [-Werror,-Wunused-function]
static inline int update_input_reg(const struct device *dev, uint8_t pin,
                  ^

drivers/gpio/gpio_pca95xx.c:120:12: error: unused function
'read_port_reg' [-Werror,-Wunused-function]
static int read_port_reg(const struct device *dev, uint8_t reg,
           ^             uint8_t pin,

Signed-off-by: default avatarTom Hughes <tomhughes@chromium.org>
parent 145b1b9e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment