Skip to content

Commit

Permalink
Merge branches 'tracing/hw-branch-tracing' and 'tracing/branch-tracer…
Browse files Browse the repository at this point in the history
…' into tracing/core
  • Loading branch information
Ingo Molnar committed Nov 26, 2008
2 parents 1e9b51c + 14bfc98 commit 509dcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/tty.h
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ extern struct class *tty_class;
* go away
*/

extern inline struct tty_struct *tty_kref_get(struct tty_struct *tty)
static inline struct tty_struct *tty_kref_get(struct tty_struct *tty)
{
if (tty)
kref_get(&tty->kref);
Expand Down

0 comments on commit 509dcee

Please sign in to comment.