From: Alexander Shiyan Date: Tue, 31 Dec 2013 16:49:42 +0000 (+0400) Subject: serial: clps711x: Enable driver compilation with COMPILE_TEST X-Git-Tag: v3.14-rc1~149^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=093a9e2a20ebc414f8ca0d31709dab1040fa2886;p=pandora-kernel.git serial: clps711x: Enable driver compilation with COMPILE_TEST This helps increasing build testing coverage. To do this, read{write}_relaxed() functions was be replaced with simple read{write}() variants. Potential "uninitialized variable" warnings was be fixed if driver compiled without MFD_SYSCON. Signed-off-by: Alexander Shiyan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed