From mboxrd@z Thu Jan 1 00:00:00 1970 From: dwalker@codeaurora.org (Daniel Walker) Date: Mon, 01 Mar 2010 13:15:18 -0800 Subject: [PATCH] staging/dream: add missing include files/fix compilation In-Reply-To: <20100301211057.GA3004@elf.ucw.cz> References: <1263914079.1951.43.camel@m0nster> <20100131084421.GG2238@elf.ucw.cz> <20100131092829.GJ2238@elf.ucw.cz> <1264953492.2059.5.camel@m0nster> <20100225193027.GA7391@elf.ucw.cz> <1267126586.5439.56.camel@c-dwalke-linux.qualcomm.com> <20100225194125.GA7645@elf.ucw.cz> <1267127298.5439.62.camel@c-dwalke-linux.qualcomm.com> <20100226213107.GA29615@elf.ucw.cz> <1267469856.29769.9.camel@c-dwalke-linux.qualcomm.com> <20100301211057.GA3004@elf.ucw.cz> Message-ID: <1267478118.29769.16.camel@c-dwalke-linux.qualcomm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 2010-03-01 at 22:10 +0100, Pavel Machek wrote: > How do I get that one? I tried killing the repository and redoing git > pull, followed up by You should just be able to do "git remotes update" , then checkout the branch again. > git checkout refs/remotes/origin/working-mmc > > only to get (git log): [I think I was there before]. > > commit 2b0bcf161e83fc7d45476f3330f06b656a1f03d4 > Author: Daniel Walker > Date: Mon Feb 22 12:29:17 2010 -0800 > > DMA fixes (get MMC working). > > commit 5fc33446739aa7a0826d98a00cc50a712c6d60eb > Author: San Mehat > Date: Wed Feb 3 12:59:29 2010 -0800 > > drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO support > > Signed-off-by: Dmitry Shmidt I actually dropped a patch between the two above, otherwise the history is very similar. I think you have the right one, are you still getting the compile errors? Daniel