Am Mittwoch, 5. April 2023, 17:05:48 CEST schrieb Thomas Zimmermann: > 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. > diff --git a/arch/parisc/video/fbdev.c b/arch/parisc/video/fbdev.c > new file mode 100644 > index 000000000000..4a0ae08fc75b > --- /dev/null > +++ b/arch/parisc/video/fbdev.c > @@ -0,0 +1,27 @@ > +// SPDX-License-Identifier: GPL-2.0-only > +/* > + * Copyright (C) 2000 Philipp Rumpf > + * Copyright (C) 2001-2020 Helge Deller > + * Copyright (C) 2001-2002 Thomas Bogendoerfer > + */ > + > +#include > + > +#include > + > +#include