staging: comedi: amplc_pci224: convert CLK_CONFIG() macro to function
authorIan Abbott <abbotti@mev.co.uk>
Tue, 4 Apr 2017 10:32:27 +0000 (11:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 11:03:17 +0000 (13:03 +0200)
commit2bbd5023ee09c8df507f7a6ed5ab45fc619a7ff6
tree7acacfd313c482a8ac4cc149688c829afec3c44c
parenta19aa38022a37bee17e0aebf1053b1cf0496812d
staging: comedi: amplc_pci224: convert CLK_CONFIG() macro to function

Convert the `CLK_CLKFIG(chan, src)` macro to a static function
`pci224_clk_config(chan, src)`.  This is consistent with an earlier
change to convert `GAT_CONFIG(chan, src)` to a static function.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_pci224.c