X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fparport%2Fparport_pc.c;fp=drivers%2Fparport%2Fparport_pc.c;h=3e56e7deab8e8deabfe53f271417b999c27612e1;hb=b8a14f3379a637f61deed4ce3e5180f1f34d40d1;hp=78530d1714dc7422a597314e098a88513208c169;hpb=9a284e5c9e04a3533f72eda8956162dfc77684a9;p=mirror_ubuntu-bionic-kernel.git diff --git a/drivers/parport/parport_pc.c b/drivers/parport/parport_pc.c index 78530d1714dc..3e56e7deab8e 100644 --- a/drivers/parport/parport_pc.c +++ b/drivers/parport/parport_pc.c @@ -902,7 +902,7 @@ static size_t parport_pc_ecp_write_block_pio(struct parport *port, * ****************************************** */ -/* GCC is not inlining extern inline function later overwriten to non-inline, +/* GCC is not inlining extern inline function later overwritten to non-inline, so we use outlined_ variants here. */ static const struct parport_operations parport_pc_ops = { .write_data = parport_pc_write_data,