arch/parisc: Implement fb_is_primary_device() under arch/parisc
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 17 Apr 2023 12:56:45 +0000 (14:56 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 20 Apr 2023 08:04:58 +0000 (10:04 +0200)
commitcf41d18b72c8b79f617c59529171faf49aa74dca
tree8e772c9ad2390c65e2dcc5b7c21ad69ac1d903f6
parentd77f0ecdac62968ec99a18deff3d91b453974b9c
arch/parisc: Implement fb_is_primary_device() under arch/parisc

Move PARISC's implementation of fb_is_primary_device() into the
architecture directory. This the place of the declaration and
where other architectures implement this function. No functional
changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Cc: Helge Deller <deller@gmx.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Helge Deller <deller@gmx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230417125651.25126-14-tzimmermann@suse.de
arch/parisc/Makefile
arch/parisc/include/asm/fb.h
arch/parisc/video/Makefile [new file with mode: 0644]
arch/parisc/video/fbdev.c [new file with mode: 0644]
drivers/video/sticore.c
include/video/sticore.h