Re: [PATCH] nfp: Explicitly include linux/bug.h

2017-10-14 Thread David Miller
From: Mark Brown Date: Fri, 13 Oct 2017 03:50:35 +0100 > Today's -next build encountered an error due to a missing definition of > WARN_ON(), caused by some header reorganization removing an implicit > inclusion of linux/bug.h. Fix this with an explicit inclusion. > > Signed-off-by: Mark Brown

Re: [PATCH] nfp: Explicitly include linux/bug.h

2017-10-12 Thread Jakub Kicinski
On Fri, 13 Oct 2017 03:50:35 +0100, Mark Brown wrote: > Today's -next build encountered an error due to a missing definition of > WARN_ON(), caused by some header reorganization removing an implicit > inclusion of linux/bug.h. Fix this with an explicit inclusion. > > Signed-off-by: Mark Brown A

[PATCH] nfp: Explicitly include linux/bug.h

2017-10-12 Thread Mark Brown
Today's -next build encountered an error due to a missing definition of WARN_ON(), caused by some header reorganization removing an implicit inclusion of linux/bug.h. Fix this with an explicit inclusion. Signed-off-by: Mark Brown --- drivers/net/ethernet/netronome/nfp/nfp_app.c | 1 + drivers/n