On Thu, 16 Aug 2012, Stephen Rothwell wrote: > After merging the final tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/hid/hid-picolcd_fb.c: In function 'picolcd_fb_destroy': > drivers/hid/hid-picolcd_fb.c:350:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration] > drivers/hid/hid-picolcd_fb.c: In function 'picolcd_init_framebuffer': > drivers/hid/hid-picolcd_fb.c:508:2: error: implicit declaration of function 'vmalloc' [-Werror=implicit-function-declaration] > drivers/hid/hid-picolcd_fb.c:508:12: warning: assignment makes pointer from integer without a cast [enabled by default] > > Caused by commit fabdbf2fd22f ("HID: picoLCD: split driver code") from > the hid tree. Hmm, seems config dependent, doesn't trigger here. Probably vmalloc.h gets sucked in some other way under certain config options. Anyway I have now applied your patch Stephen, so you should be able to drop it from your pile. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html