Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: max77686: Remove unused struct max77686_opmode_data

The defined struct max77686_opmode_data isn't used neither by
the max77686 mfd driver nor the drivers for its sub-devices.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Javier Martinez Canillas and committed by
Lee Jones
8be4efad 5c188d74

-5
-5
include/linux/mfd/max77686.h
··· 125 125 MAX77686_OPMODE_STANDBY, 126 126 }; 127 127 128 - struct max77686_opmode_data { 129 - int id; 130 - int mode; 131 - }; 132 - 133 128 #endif /* __LINUX_MFD_MAX77686_H */