regulator: max14577: Remove unused state container definition
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 28 Jan 2014 12:18:25 +0000 (13:18 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 3 Feb 2014 12:31:05 +0000 (12:31 +0000)
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 <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/max14577.c

index b1078ba3f39381338f2691f7585961337cf536c1..38821458d413cb6da69313f3cc29bd7e2f8f4e14 100644 (file)
@@ -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 <k.kozlowski@samsung.com>
  *
  * This program is free software; you can redistribute it and/or modify
 #include <linux/mfd/max14577-private.h>
 #include <linux/regulator/of_regulator.h>
 
-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);
This page took 0.025382 seconds and 5 git commands to generate.