Commit e205a994 authored by Jim Quinlan's avatar Jim Quinlan Committed by Thomas Bogendoerfer

MIPS: bmips: Fix compiler warning observed on W=1 build

The function arch_sync_dma_for_cpu_all() was used but was
missing a prototype declaration.
Signed-off-by: default avatarJim Quinlan <jim2101024@gmail.com>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 84aa8510
// SPDX-License-Identifier: GPL-2.0+
#include <linux/types.h>
#include <linux/dma-map-ops.h>
#include <asm/bmips.h>
#include <asm/io.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment