Skip to content

Commit

Permalink
[PATCH] hrtimer: export deinlined mktime
Browse files Browse the repository at this point in the history
This is now uninlined, but some modules use it.

Make it a non-GPL export, since the inlined mktime() was also available that
way.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jan 10, 2006
1 parent f481890 commit 199e705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,8 @@ mktime(const unsigned int year0, const unsigned int mon0,
)*60 + sec; /* finally seconds */
}

EXPORT_SYMBOL(mktime);

/**
* set_normalized_timespec - set timespec sec and nsec parts and normalize
*
Expand Down

0 comments on commit 199e705

Please sign in to comment.