[package] fix sane-backends compilation on ARM platforms
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20305 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
40570eada2
commit
a0eb77c515
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#include "qcam.h"
|
#include "qcam.h"
|
||||||
|
|
||||||
+#ifndef __i386__
|
+#if !defined( __i386__) && !defined(__arm__)
|
||||||
+static inline unsigned char inb(unsigned int port)
|
+static inline unsigned char inb(unsigned int port)
|
||||||
+{
|
+{
|
||||||
+ return 0;
|
+ return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user