video: xilinxfb: Do not name out_be32 in function name
authorMichal Simek <michal.simek@xilinx.com>
Mon, 3 Jun 2013 10:13:17 +0000 (12:13 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Jun 2013 10:31:29 +0000 (13:31 +0300)
commitec05e7a8aaf5fd73a64d28fc9f28384ea247cc1c
treeeb47e020cdecee1b79d3e50631d9478e653d150c
parent0f5e17c5fde5d28b26cd83e077c21d28bbf50a80
video: xilinxfb: Do not name out_be32 in function name

out_be32 IO function is not supported by ARM.
It is only available for PPC and Microblaze.
Because this driver can be used on ARM let's
remove out_be32 from function name.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/xilinxfb.c