[PATCH] hrtimer: export deinlined mktime
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>
This commit is contained in:
parent
f4818900fa
commit
199e705689
1 changed files with 2 additions and 0 deletions
|
@ -619,6 +619,8 @@ mktime(const unsigned int year0, const unsigned int mon0,
|
||||||
)*60 + sec; /* finally seconds */
|
)*60 + sec; /* finally seconds */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EXPORT_SYMBOL(mktime);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* set_normalized_timespec - set timespec sec and nsec parts and normalize
|
* set_normalized_timespec - set timespec sec and nsec parts and normalize
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue