w1: mxc_w1: Enable driver compilation with COMPILE_TEST
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 22 Feb 2014 07:29:51 +0000 (11:29 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Feb 2014 23:27:09 +0000 (15:27 -0800)
commitfc945d6eb70ebf29532b94ae309c0d4c6d609c3c
tree736db6b4c35b0b7d7e2c4cb61b7ea7e61cb181b0
parent18fd9e359f2515286ae7c7ac8fd4362675c8eb43
w1: mxc_w1: Enable driver compilation with COMPILE_TEST

This helps increasing build testing coverage.
To do this, __raw_{read,write}b() functions was be replaced with
simple {read,write}b() variants.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/masters/Kconfig
drivers/w1/masters/mxc_w1.c
This page took 0.030438 seconds and 5 git commands to generate.