commit | 41887e298be5d66f1f931cdd3808413f88bea486 | [log] [tgz] |
---|---|---|
author | Teodora Baluta <teobaluta@gmail.com> | Mon Nov 11 17:11:24 2013 +0200 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Nov 11 08:29:54 2013 -0800 |
tree | 502ec6b73afc23e455fbeb537781b3b160ad2074 | |
parent | 3653c95d2780538fe4d3d707c93d55d713863d6a [diff] |
rcu: remove "extern" from function declarations in kernel/rcu/rcu.h Function prototypes don't need to have the "extern" keyword since this is the default behavior. Its explicit use is redundant. Signed-off-by: Teodora Baluta <teobaluta@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>