commit | 2bbd5023ee09c8df507f7a6ed5ab45fc619a7ff6 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Tue Apr 04 11:32:27 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Apr 08 13:03:17 2017 +0200 |
tree | 7acacfd313c482a8ac4cc149688c829afec3c44c | |
parent | a19aa38022a37bee17e0aebf1053b1cf0496812d [diff] |
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>