Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751285Ab3IIA2v (ORCPT ); Sun, 8 Sep 2013 20:28:51 -0400 Received: from mail.active-venture.com ([67.228.131.205]:56542 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750835Ab3IIA2t (ORCPT ); Sun, 8 Sep 2013 20:28:49 -0400 X-Originating-IP: 108.223.40.66 Message-ID: <522D163E.80106@roeck-us.net> Date: Sun, 08 Sep 2013 17:28:46 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: "linux-kernel@vger.kernel.org" CC: Benjamin Herrenschmidt , Vasant Hegde , Shivaprasad G Bhat , linuxppc-dev@lists.ozlabs.org, Paul Mackerras Subject: powerpc allmodconfig build broken due to commit 15863ff3b (powerpc: Make chip-id information available to userspace) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 633 Lines: 17 Hi all, powerpc allmodconfig build on the latest upstream kernel results in: ERROR: ".cpu_to_chip_id" [drivers/block/mtip32xx/mtip32xx.ko] undefined! This is due to commit 15863ff3b (powerpc: Make chip-id information available to userspace). Not surprising, as cpu_to_chip_id() is not exported. Reverting this commit fixes the problem. Any good idea how to fix it for real ? Guenter -- 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/