From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: manual merge of the tip tree with the sh tree Date: Wed, 28 Jul 2010 14:35:14 +1000 Message-ID: <20100728143514.faa6db31.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from chilli.pcug.org.au ([203.10.76.44]:45743 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750800Ab0G1EfT (ORCPT ); Wed, 28 Jul 2010 00:35:19 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Guennadi Liakhovetski , Paul Mundt , John Stultz Hi all, Today's linux-next merge of the tip tree got a conflict in drivers/Makefile between commit ae9b12c72f831a2f956a5b30fd999f3018c43a89 ("dmaengine: initialise DMA engine before MMC") from the sh tree and commit 592913ecb87a9e06f98ddb55b298f1a66bf94c6b ("time: Kill off CONFIG_GENERIC_TIME") from the tip tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc drivers/Makefile index 20dcced,ae47344..0000000 --- a/drivers/Makefile +++ b/drivers/Makefile @@@ -102,7 -101,10 +102,9 @@@ obj-y += firmware obj-$(CONFIG_CRYPTO) += crypto/ obj-$(CONFIG_SUPERH) += sh/ obj-$(CONFIG_ARCH_SHMOBILE) += sh/ - obj-$(CONFIG_GENERIC_TIME) += clocksource/ + ifndef CONFIG_ARCH_USES_GETTIMEOFFSET + obj-y += clocksource/ + endif -obj-$(CONFIG_DMA_ENGINE) += dma/ obj-$(CONFIG_DCA) += dca/ obj-$(CONFIG_HID) += hid/ obj-$(CONFIG_PPC_PS3) += ps3/