Re: [PATCH 2/5] media: v4l: cadence: include linux/slab.h

2018-05-28 Thread Maxime Ripard
On Fri, May 25, 2018 at 05:25:09PM +0200, Arnd Bergmann wrote: > I ran into a randconfig build error with the new driver: > > drivers/media/platform/cadence/cdns-csi2tx.c: In function 'csi2tx_probe': > drivers/media/platform/cadence/cdns-csi2tx.c:477:11: error: implicit > declaration of function

Re: [PATCH 2/5] media: v4l: cadence: include linux/slab.h

2018-05-28 Thread Maxime Ripard
On Fri, May 25, 2018 at 05:25:09PM +0200, Arnd Bergmann wrote: > I ran into a randconfig build error with the new driver: > > drivers/media/platform/cadence/cdns-csi2tx.c: In function 'csi2tx_probe': > drivers/media/platform/cadence/cdns-csi2tx.c:477:11: error: implicit > declaration of function

[PATCH 2/5] media: v4l: cadence: include linux/slab.h

2018-05-25 Thread Arnd Bergmann
I ran into a randconfig build error with the new driver: drivers/media/platform/cadence/cdns-csi2tx.c: In function 'csi2tx_probe': drivers/media/platform/cadence/cdns-csi2tx.c:477:11: error: implicit declaration of function 'kzalloc'; did you mean 'd_alloc'?

[PATCH 2/5] media: v4l: cadence: include linux/slab.h

2018-05-25 Thread Arnd Bergmann
I ran into a randconfig build error with the new driver: drivers/media/platform/cadence/cdns-csi2tx.c: In function 'csi2tx_probe': drivers/media/platform/cadence/cdns-csi2tx.c:477:11: error: implicit declaration of function 'kzalloc'; did you mean 'd_alloc'?