On Wed, Aug 20, 2008 at 02:36:56PM -0700, Andrew Morton wrote: > On Wed, 20 Aug 2008 19:06:49 +1000 > Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > > I have created today's linux-next tree at > > git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git > > drivers/usb/atm/usbatm.c: In function 'usbatm_extract_one_cell': > drivers/usb/atm/usbatm.c:347: error: implicit declaration of function 'warn' > > due to > > #define UDSL_ASSERT(x) do { if (!(x)) warn("failed assertion '%s' at line %d", __stringify(x), __LINE__); } while(0) > > which was quite clever really - neither drivers/usb/atm/usbatm.c nor > drivers/usb/atm/usbatm.h was changed. > > config: http://userweb.kernel.org/~akpm/config-akpm2.txt (it's x86_64) This was already fixed up, it was getting warn() from usb.h, which I'm getting rid of. dev_warn() should be used instead. thanks, greg k-h -- 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