mirror of https://gitee.com/openkylin/linux.git
7a6659a591
IOremap changes caused following build error:
arch/mips/alchemy/common/setup.c:99:9: error: implicit declaration of function
+‘remap_pfn_range’; did you mean ‘io_remap_pfn_range’?
+[-Werror=implicit-function-declaration]
Fixed my including linux/mm.h
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
clock.c | ||
dbdma.c | ||
dma.c | ||
gpiolib.c | ||
irq.c | ||
platform.c | ||
power.c | ||
prom.c | ||
setup.c | ||
sleeper.S | ||
time.c | ||
usb.c | ||
vss.c |