From patchwork Thu Dec 17 02:17:53 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 68493 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id nBI4ixs3005715 for ; Fri, 18 Dec 2009 04:47:04 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758292AbZLQCR6 (ORCPT ); Wed, 16 Dec 2009 21:17:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758505AbZLQCR6 (ORCPT ); Wed, 16 Dec 2009 21:17:58 -0500 Received: from chilli.pcug.org.au ([203.10.76.44]:43762 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758292AbZLQCR4 (ORCPT ); Wed, 16 Dec 2009 21:17:56 -0500 Received: from canb.auug.org.au (bh02i525f01.au.ibm.com [202.81.18.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtps.tip.net.au (Postfix) with ESMTPSA id B801B1452B9; Thu, 17 Dec 2009 13:17:53 +1100 (EST) Date: Thu, 17 Dec 2009 13:17:53 +1100 From: Stephen Rothwell To: Linus Torvalds Cc: Michal Marek , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Rusty Russell Subject: Re: [resend][GIT PULL] kbuild updates for 2.6.33 Message-Id: <20091217131753.c09c941e.sfr@canb.auug.org.au> In-Reply-To: <20091216222816.GA8397@sepie.suse.cz> References: <20091216222816.GA8397@sepie.suse.cz> X-Mailer: Sylpheed 3.0.0beta3 (GTK+ 2.18.5; i486-pc-linux-gnu) Mime-Version: 1.0 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index f6be2e9..769ea95 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -15,7 +15,7 @@ #include #include #include "modpost.h" -#include "../../include/linux/autoconf.h" +#include "../../include/generated/autoconf.h" #include "../../include/linux/license.h" /* Some toolchains use a `_' prefix for all user symbols. */