Hello. Florian Fainelli wrote:
From: Florian Fainelli <ffainelli@xxxxxxxxxx> Subject: [PATCH v3] MIPS: add readl/write_be accessors MIPS currently lacks the readl_be and writel_be accessors which are required by BCM63xx for OHCI and EHCI support. Let's define them globally for MIPS. This also fixes the compilation of the bcm63xx defconfig against USB. Changes from v2: - fixed the be/cpu endianness inversion Changes from v1: - make it work on little-endian machines - protect macros arguments with parenthesis
You should have put the description of changes under --- tearline, not in the patch description itself.
Signed-off-by: Florian Fainelli <ffainelli@xxxxxxxxxx> ---
WBR, Sergei