Re: linux-next: Tree for August 20

From: Andrew Morton
Date: Wed Aug 20 2008 - 17:37:22 EST


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)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/