commit | d9a687958e39bdf041c7164c0e8a259e9a5e889d | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Mon Sep 01 12:03:48 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 02 11:21:31 2014 -0700 |
tree | 6ce55afe56513d26c05d056e9214ff7668e307bf | |
parent | 66a462ba451346599d0b78098e41eceac3099946 [diff] |
staging: comedi: amplc_pci230: remove 'inline' Some functions in "amplc_pci230.c" are declared `inline`. Remove the `inline` specifiers and let the compiler do what it wants with them. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>