staging: comedi: amplc_pci230: remove 'inline' from pci230_gat_config()
authorIan Abbott <[email protected]>
Tue, 4 Apr 2017 10:29:53 +0000 (11:29 +0100)
committerGreg Kroah-Hartman <[email protected]>
Sat, 8 Apr 2017 11:03:17 +0000 (13:03 +0200)
commit112d55e5855423652aa334a13a34fccb70780069
tree5fef3803b02c6e5e01118ea9d730b1ac2be7b0f1
parentba508685d90fa361bb2f7d1e3cb86892a7b94ec2
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/comedi/drivers/amplc_pci230.c