Searched hist:"128 f20c018661439dca8afa523ac066e1a4210ad" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/misc/altera-stapl/ |
H A D | Makefile | diff 128f20c018661439dca8afa523ac066e1a4210ad Tue May 16 13:00:13 CEST 2023 Niklas Schnelle <schnelle@linux.ibm.com> misc: add HAS_IOPORT dependencies
In a future patch HAS_IOPORT=n will result in inb()/outb() and friends not being declared. We thus need to add HAS_IOPORT as dependency for those drivers using them.
Co-developed-by: Arnd Bergmann <arnd@kernel.org> Signed-off-by: Arnd Bergmann <arnd@kernel.org> Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com> Link: https://lore.kernel.org/r/20230516110038.2413224-18-schnelle@linux.ibm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | altera.c | diff 128f20c018661439dca8afa523ac066e1a4210ad Tue May 16 13:00:13 CEST 2023 Niklas Schnelle <schnelle@linux.ibm.com> misc: add HAS_IOPORT dependencies
In a future patch HAS_IOPORT=n will result in inb()/outb() and friends not being declared. We thus need to add HAS_IOPORT as dependency for those drivers using them.
Co-developed-by: Arnd Bergmann <arnd@kernel.org> Signed-off-by: Arnd Bergmann <arnd@kernel.org> Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com> Link: https://lore.kernel.org/r/20230516110038.2413224-18-schnelle@linux.ibm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|