Merge branches 'tracing/hw-branch-tracing' and 'tracing/branch-tracer' into tracing/core

This commit is contained in:
Ingo Molnar 2008-11-26 01:58:05 +01:00
Родитель 1e9b51c283 14bfc987e3
Коммит 509dceef64
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);