[PATCH] staging/dream: add missing include files/fix compilation

Pavel Machek pavel at ucw.cz
Mon Mar 1 16:41:12 EST 2010


On Mon 2010-03-01 13:15:18, Daniel Walker wrote:
> 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.

Thanks!

> > commit 5fc33446739aa7a0826d98a00cc50a712c6d60eb
> > Author: San Mehat <san at google.com>
> > Date:   Wed Feb 3 12:59:29 2010 -0800
> > 
> >     drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO support
> >     
> >     Signed-off-by: Dmitry Shmidt <dimitrysh at google.com>
> 
> 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?

Different one this time :-(

make[1]: *** No rule to make target
`arch/arm/mach-msm/board-halibut-keypad.o', needed by
`arch/arm/mach-msm/built-in.o'.  Stop.

Ok, I worked around it by config change, and had to disable msm
framebuffer, too. Then it compiles... more testing tommorow.

									Pavel

--- ../linux-dwalker-delme/.config	2010-02-26 21:49:02.000000000 +0100
+++ .config	2010-03-01 22:39:26.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.33-rc8
-# Fri Feb 26 21:49:02 2010
+# Mon Mar  1 22:39:26 2010
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -224,7 +224,7 @@
 # CONFIG_MSM_DEBUG_UART1 is not set
 # CONFIG_MSM_DEBUG_UART2 is not set
 CONFIG_MSM_DEBUG_UART3=y
-CONFIG_MACH_HALIBUT=y
+# CONFIG_MACH_HALIBUT is not set
 CONFIG_MACH_TROUT=y
 CONFIG_MSM_SMD=y
 
@@ -821,9 +821,9 @@
 # CONFIG_FIRMWARE_EDID is not set
 # CONFIG_FB_DDC is not set
 # CONFIG_FB_BOOT_VESA_SUPPORT is not set
-CONFIG_FB_CFB_FILLRECT=y
-CONFIG_FB_CFB_COPYAREA=y
-CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_CFB_FILLRECT is not set
+# CONFIG_FB_CFB_COPYAREA is not set
+# CONFIG_FB_CFB_IMAGEBLIT is not set
 # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
 # CONFIG_FB_SYS_FILLRECT is not set
 # CONFIG_FB_SYS_COPYAREA is not set
@@ -843,7 +843,7 @@
 # CONFIG_FB_VIRTUAL is not set
 # CONFIG_FB_METRONOME is not set
 # CONFIG_FB_MB862XX is not set
-CONFIG_FB_MSM=y
+# CONFIG_FB_MSM is not set
 # CONFIG_FB_BROADSHEET is not set
 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
 

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html



More information about the linux-arm-kernel mailing list