Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756176Ab0KWS2G (ORCPT ); Tue, 23 Nov 2010 13:28:06 -0500 Received: from eu1sys200aog112.obsmtp.com ([207.126.144.133]:41304 "EHLO eu1sys200aog112.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751227Ab0KWS2F (ORCPT ); Tue, 23 Nov 2010 13:28:05 -0500 From: Bengt Jonsson To: Liam Girdwood , Mark Brown Cc: , , Linus Walleij , Bengt Jonsson Subject: [PATCH 1/3] mfd: Added new regulator_data pointer to ab8500 board configuration Date: Tue, 23 Nov 2010 19:25:52 +0100 Message-ID: <1290536754-21775-2-git-send-email-bengt.g.jonsson@stericsson.com> X-Mailer: git-send-email 1.7.2.2 In-Reply-To: <1290536754-21775-1-git-send-email-bengt.g.jonsson@stericsson.com> References: <1290536754-21775-1-git-send-email-bengt.g.jonsson@stericsson.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1034 Lines: 30 The ab8500 regulator board configuration will be better separated from the MFD board configuration. This patch adds a void pointer for this purpose. Signed-off-by: Bengt Jonsson Acked-by: Linus Walleij --- include/linux/mfd/ab8500.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/mfd/ab8500.h b/include/linux/mfd/ab8500.h index d63b605..70d8d9a 100644 --- a/include/linux/mfd/ab8500.h +++ b/include/linux/mfd/ab8500.h @@ -146,6 +146,7 @@ struct ab8500_platform_data { int irq_base; void (*init) (struct ab8500 *); struct regulator_init_data *regulator[AB8500_NUM_REGULATORS]; + void *regulator_data; }; extern int __devinit ab8500_init(struct ab8500 *ab8500); -- 1.7.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/