mfd: max77686: Remove unused struct max77686_opmode_data
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Wed, 6 May 2015 17:07:16 +0000 (19:07 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 22 Jun 2015 11:25:05 +0000 (12:25 +0100)
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>
include/linux/mfd/max77686.h

index bb995ab..d4b72d5 100644 (file)
@@ -125,9 +125,4 @@ enum max77686_opmode {
        MAX77686_OPMODE_STANDBY,
 };
 
-struct max77686_opmode_data {
-       int id;
-       int mode;
-};
-
 #endif /* __LINUX_MFD_MAX77686_H */