Re: [U-Boot] [PATCH] linux/compat.h: add dev_warn()

2016-06-09 Thread Simon Glass
On 4 June 2016 at 14:27, Andreas Bießmann wrote: > In order to prevent build errors for copied code from linux introduce > dev_warn(). > > Suggested-by: Scott Wood > Signed-off-by: Andreas Bießmann > --- > This is a replacement patch for '[PATCH v2 14/18] at91: mtd: nand: Add > dev_warn() to cor

[U-Boot] [PATCH] linux/compat.h: add dev_warn()

2016-06-04 Thread Andreas Bießmann
In order to prevent build errors for copied code from linux introduce dev_warn(). Suggested-by: Scott Wood Signed-off-by: Andreas Bießmann --- This is a replacement patch for '[PATCH v2 14/18] at91: mtd: nand: Add dev_warn() to correct build error in driver' include/linux/compat.h | 2 ++ 1 fi