Re: [PATCH 3/3] arch: Rename fbdev header and source files

2024-02-22 Thread kernel test robot
tip/x86/core patch link: https://lore.kernel.org/r/20240221161431.8245-4-tzimmermann%40suse.de patch subject: [PATCH 3/3] arch: Rename fbdev header and source files config: um-randconfig-002-20240222 (https://download.01.org/0day-ci/archive/20240223/202402230737.e7gwpgup-...@intel.com/config

Re: [PATCH 3/3] arch: Rename fbdev header and source files

2024-02-22 Thread kernel test robot
patch link: https://lore.kernel.org/r/20240221161431.8245-4-tzimmermann%40suse.de patch subject: [PATCH 3/3] arch: Rename fbdev header and source files config: um-randconfig-r052-20240222 (https://download.01.org/0day-ci/archive/20240223/202402230023.xa2jjwui-...@intel.com/config) compiler: gcc-

[PATCH 3/3] arch: Rename fbdev header and source files

2024-02-21 Thread Thomas Zimmermann
The per-architecture fbdev code has no dependencies on fbdev and can be used for any video-related subsystem. Rename the files to 'video'. Use video-sti.c on parisc as the source file depends on CONFIG_STI_CORE. Further update all includes statements, includ guards, and Makefiles. Also update a fe