Re: [PATCH 12/18] arch/parisc: Implement fb_is_primary_device() under arch/parisc
Rolf Eike Beer <[email protected]>
| Newsgroups | gmane.linux.ports.arm.kernel,gmane.linux.kernel.cross-arch,gmane.comp.video.dri.devel,gmane.linux.kernel.arc,gmane.linux.kernel,gmane.linux.ports.ia64,gmane.linux.ports.mips,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > + * Copyright (C) 2001-2020 Helge Deller <[email protected]> > + * Copyright (C) 2001-2002 Thomas Bogendoerfer <[email protected]> > + */ > + > +#include <linux/module.h> > + > +#include <asm/fb.h> > + > +#include <video/sticore.h> > + > +int fb_is_primary_device(struct fb_info *info) > +{ Looking at this makes me wonder why the argument to all of these functions isn't const? Not your fault, but could be a candidate for patch #19? Eike _______________________________________________ linux-arm-kernel mailing list [email protected] http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
signature.asc
(application/pgp-signature, 195 B)
-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSaYVDeqwKa3fTXNeNcpIk+abn8TgUCZC8YsQAKCRBcpIk+abn8 TroxAKCInC1+nDFT2zUZ2BABKO6rWJJXygCfXz1dtt8vvCEpTBZxHF+hSbDdIVk= =5z1v -----END PGP SIGNATURE-----