https://github.com/torvalds/linux
Revision efe22286e05751e9913a8002fefdb45cdb7361ad authored by David Cohen on 15 October 2014, 21:41:50 UTC, committed by Marc Kleine-Budde on 18 November 2014, 20:35:02 UTC
m_can uses io memory which makes it not compilable on architectures
without HAS_IOMEM such as UML:

drivers/built-in.o: In function `m_can_plat_probe':
m_can.c:(.text+0x218cc5): undefined reference to `devm_ioremap_resource'
m_can.c:(.text+0x218df9): undefined reference to `devm_ioremap'

Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
1 parent d6fdb38
History
Tip revision: efe22286e05751e9913a8002fefdb45cdb7361ad authored by David Cohen on 15 October 2014, 21:41:50 UTC
can: m_can: add CONFIG_HAS_IOMEM dependence
Tip revision: efe2228
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.7 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.8 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 284.4 KB
Makefile -rw-r--r-- 53.1 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top