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)
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>

No differences found