diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-01-31 17:42:56 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-01-31 17:42:56 +1100 |
commit | 84f3467cf95a6a4545d95c4dbd95692e5c0798f1 (patch) | |
tree | fc8ec93e22ae1008c6486c6e949618d8b9078027 /drivers/parport/parport_pc.c | |
parent | beaddd44985f98441bcdd5c624aa02261f6f9172 (diff) | |
parent | d5cd4249c55f8225911bf36572b11040975cdcea (diff) |
Merge branch 'akpm/master'
Diffstat (limited to 'drivers/parport/parport_pc.c')
-rw-r--r-- | drivers/parport/parport_pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |