Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757297Ab1CXWDa (ORCPT ); Thu, 24 Mar 2011 18:03:30 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:61862 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757014Ab1CXWD2 convert rfc822-to-8bit (ORCPT ); Thu, 24 Mar 2011 18:03:28 -0400 MIME-Version: 1.0 In-Reply-To: <1300993967-30987-1-git-send-email-guenter.roeck@ericsson.com> References: <1300993967-30987-1-git-send-email-guenter.roeck@ericsson.com> Date: Thu, 24 Mar 2011 23:03:27 +0100 Message-ID: Subject: Re: [PATCH] mfd: Select MFD_CORE if TPS6105X driver is configured From: Linus Walleij To: Guenter Roeck Cc: Samuel Ortiz , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 851 Lines: 23 On Thu, Mar 24, 2011 at 8:12 PM, Guenter Roeck wrote: > The TPS61050/61052 driver uses MFD core code, yet does not specify the > dependency in Kconfig. If it is the only MFD driver configured, compilation > fails with > > ERROR: "mfd_add_devices" [drivers/mfd/tps6105x.ko] undefined! > ERROR: "mfd_remove_devices" [drivers/mfd/tps6105x.ko] undefined! > > Fix the problem by adding "select MFD_CORE" to the respective Kconfig entry. > > Signed-off-by: Guenter Roeck Acked-by: Linus Walleij Thanks G?nter, Linus Walleij -- 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/