From patchwork Wed Feb 6 18:10:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 2105991 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 22F1B3FCFC for ; Wed, 6 Feb 2013 18:12:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753314Ab3BFSMH (ORCPT ); Wed, 6 Feb 2013 13:12:07 -0500 Received: from fallback3.mail.ru ([94.100.176.58]:55351 "EHLO fallback3.mail.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752088Ab3BFSMG (ORCPT ); Wed, 6 Feb 2013 13:12:06 -0500 Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) by fallback3.mail.ru (mPOP.Fallback_MX) with ESMTP id 6B4EFD303837 for ; Wed, 6 Feb 2013 22:11:01 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail; h=Message-Id:Date:Subject:Cc:To:From; bh=2x2oIZFuMpahvBmAP4LWRKE2WzjIFwlQtLW8Nej5lGI=; b=lyEdnOtnZ7MRwTGTrUsDRXRtlkyht6veSe57S0liZ3TtUT/oz0QoeT2pdqCM8giw0xm4mGvZ/wkiEuNZDcitDskgC4unJ95f1sFjJCC8ez+zh4K/Wk6bZob1X4SFdh7C; Received: from [188.134.40.128] (port=24422 helo=shc.zet) by smtp40.i.mail.ru with esmtpa (envelope-from ) id 1U39S6-00051k-Mv; Wed, 06 Feb 2013 22:10:34 +0400 From: Alexander Shiyan To: linux-arm-kernel@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org, Ben Dooks , Kukjin Kim , Alexander Shiyan Subject: [PATCH] ARM: smdk2410: Fix compile breakage Date: Wed, 6 Feb 2013 22:10:28 +0400 Message-Id: <1360174228-29950-1-git-send-email-shc_work@mail.ru> X-Mailer: git-send-email 1.7.12.4 X-Spam: Not detected X-Mras: Ok Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org Symbol S3C_DEV_USB_HOST should be defined to avoid this problem. LINK vmlinux LD vmlinux.o MODPOST vmlinux.o WARNING: modpost: Found 2 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' GEN .version CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o LD init/built-in.o arch/arm/mach-s3c24xx/built-in.o:(.init.data+0x660): undefined reference to `s3c_device_ohci' make: *** [vmlinux] Error 1 Signed-off-by: Alexander Shiyan --- arch/arm/mach-s3c24xx/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index ba6c501..8080dc1 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig @@ -350,6 +350,7 @@ config MACH_QT2410 config ARCH_SMDK2410 bool "SMDK2410/A9M2410" select S3C24XX_SMDK + select S3C_DEV_USB_HOST help Say Y here if you are using the SMDK2410 or the derived module A9M2410