From: Guenter Roeck Date: Mon, 20 Apr 2015 15:37:42 +0000 (-0700) Subject: mn10300: add io{read,write}{16,32}be functions X-Git-Tag: omap-for-v4.1/fixes-rc1~35^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=601e3ad9def147f714c1b66fd397d138ba5dbd3b;p=pandora-kernel.git mn10300: add io{read,write}{16,32}be functions 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 Acked-by: Greg Kroah-Hartman Fixes: c627f2ceb692 ("serial: 8250: Add support for big-endian MMIO accesses") Signed-off-by: Guenter Roeck Signed-off-by: Rob Herring --- Reading git-diff-tree failed