From 093a9e2a20ebc414f8ca0d31709dab1040fa2886 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Tue, 31 Dec 2013 20:49:42 +0400 Subject: [PATCH] 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-format-patch failed