]> Pileus Git - ~andy/linux/commit
arm64: Define readq and writeq for driver module using
authorChen Gang <gang.chen@asianux.com>
Fri, 19 Apr 2013 11:24:37 +0000 (12:24 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 19 Apr 2013 12:57:46 +0000 (13:57 +0100)
commit12f883989cf91afa8509c547feebbc3acbc04497
tree8007ca9f1a341e79ca8c80a44e5e87ad365b3d5a
parent3325732f3b223812e54ac67dbb0a8ea7c99cf519
arm64: Define readq and writeq for driver module using

when compiling with allmodconfig, CONFIG_64BIT=y the file
drivers/base/regmap/regmap-mmio.c will use readq and writeq so we need
implement these functions.

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/io.h