Skip to content

backend/qcam.c: fix build on !x86

Fabrice Fontaine requested to merge (removed):master into master

inb/outb/ioperm are x86 specific interfaces, so replace with noops on !x86.

Inspired by similar patch in openwrt: https://dev.openwrt.org/ticket/5689

Signed-off-by: Peter Korsgaard jacmet@sunsite.dk

[Retrieved from: https://git.buildroot.net/buildroot/tree/package/sane-backends/0001-qcam-x86.patch]

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

Edited by Fabrice Fontaine

Merge request reports