Re: [PATCH 08/46] ARM: pxa: move regs-lcd.h into driver

2019-11-08 Thread Bartlomiej Zolnierkiewicz
On 10/18/19 5:41 PM, Arnd Bergmann wrote: > Only the pxafb driver uses this header, so move it into the > same directory. The SMART_* macros are required by some > platform data definitions and can go into the > linux/platform_data/video-pxafb.h header. > > Cc: Bartlomiej Zolnierkiewicz > Cc: dr

[PATCH 08/46] ARM: pxa: move regs-lcd.h into driver

2019-10-18 Thread Arnd Bergmann
Only the pxafb driver uses this header, so move it into the same directory. The SMART_* macros are required by some platform data definitions and can go into the linux/platform_data/video-pxafb.h header. Cc: Bartlomiej Zolnierkiewicz Cc: dri-devel@lists.freedesktop.org Cc: linux-fb...@vger.kernel