dm: gpio: Remove unused get_state() uclass method
This is no longer used so drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2d91a9772c
commit
85bfe6e4f6
@ -198,8 +198,6 @@ struct dm_gpio_ops {
|
||||
* @return current function - GPIOF_...
|
||||
*/
|
||||
int (*get_function)(struct udevice *dev, unsigned offset);
|
||||
int (*get_state)(struct udevice *dev, unsigned offset, char *state,
|
||||
int maxlen);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user