From: Krzysztof Kozlowski Date: Tue, 28 Jan 2014 12:18:25 +0000 (+0100) Subject: regulator: max14577: Remove unused state container definition X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4d047d6c1fbebdee463d6296e27c37764dc54cf7;p=deliverable%2Flinux.git regulator: max14577: Remove unused state container definition Remove the "struct max14577_regulator" because this is not used anywhere. It should be removed earlier along with changing the driver after review on the mailing lists. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/max14577.c b/drivers/regulator/max14577.c index b1078ba3f393..38821458d413 100644 --- a/drivers/regulator/max14577.c +++ b/drivers/regulator/max14577.c @@ -1,7 +1,7 @@ /* * max14577.c - Regulator driver for the Maxim 14577 * - * Copyright (C) 2013 Samsung Electronics + * Copyright (C) 2013,2014 Samsung Electronics * Krzysztof Kozlowski * * This program is free software; you can redistribute it and/or modify @@ -22,12 +22,6 @@ #include #include -struct max14577_regulator { - struct device *dev; - struct max14577 *max14577; - struct regulator_dev **regulators; -}; - static int max14577_reg_is_enabled(struct regulator_dev *rdev) { int rid = rdev_get_id(rdev);