Revision 601e3ad9def147f714c1b66fd397d138ba5dbd3b authored by Guenter Roeck on 20 April 2015, 15:37:42 UTC, committed by Rob Herring on 23 April 2015, 03:37:56 UTC
These functions are used in various drivers, including the latest
version of the 8250 driver. The latter causes the following build failure.

drivers/tty/serial/8250/8250_core.c: In function 'mem32be_serial_out':
drivers/tty/serial/8250/8250_core.c:456:2: error:
			implicit declaration of function 'iowrite32be'
drivers/tty/serial/8250/8250_core.c: In function 'mem32be_serial_in':
drivers/tty/serial/8250/8250_core.c:462:2: error:
			implicit declaration of function 'ioread32be'

Cc: Kevin Cernekee <cernekee@gmail.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Fixes: c627f2ceb692 ("serial: 8250: Add support for big-endian MMIO
	accesses")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Rob Herring <robh@kernel.org>
1 parent f3b07b8
History
File Mode Size
ib.h -rw-r--r-- 2.7 KB
ib_addr.h -rw-r--r-- 9.0 KB
ib_cache.h -rw-r--r-- 4.9 KB
ib_cm.h -rw-r--r-- 18.8 KB
ib_fmr_pool.h -rw-r--r-- 3.4 KB
ib_mad.h -rw-r--r-- 23.1 KB
ib_marshall.h -rw-r--r-- 2.0 KB
ib_pack.h -rw-r--r-- 8.0 KB
ib_pma.h -rw-r--r-- 5.4 KB
ib_sa.h -rw-r--r-- 15.5 KB
ib_smi.h -rw-r--r-- 4.3 KB
ib_umem.h -rw-r--r-- 3.5 KB
ib_umem_odp.h -rw-r--r-- 5.2 KB
ib_verbs.h -rw-r--r-- 75.0 KB
iw_cm.h -rw-r--r-- 8.2 KB
iw_portmap.h -rw-r--r-- 6.5 KB
rdma_cm.h -rw-r--r-- 12.5 KB
rdma_cm_ib.h -rw-r--r-- 2.1 KB
rdma_netlink.h -rw-r--r-- 2.3 KB

back to top