]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: amplc_pci230: remove 'inline' from pci230_gat_config()
authorIan Abbott <abbotti@mev.co.uk>
Tue, 4 Apr 2017 10:29:53 +0000 (11:29 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 11:03:17 +0000 (13:03 +0200)
commit1cc13b05a5d771c4a4c650367ee3453841a53e48
tree5fef3803b02c6e5e01118ea9d730b1ac2be7b0f1
parent8d8436bb600efe0cacc0ff4651b88060980f9c04
staging: comedi: amplc_pci230: remove 'inline' from pci230_gat_config()

Let the compiler figure out whether `pci230_gat_config()` should be
inlined by itself.

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