Commit 199e7056895c8427dec63e1d9841ceafcfaaf314

Authored by Andrew Morton
Committed by Linus Torvalds
1 parent f4818900fa

[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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -619,6 +619,8 @@
619 619 )*60 + sec; /* finally seconds */
620 620 }
621 621  
  622 +EXPORT_SYMBOL(mktime);
  623 +
622 624 /**
623 625 * set_normalized_timespec - set timespec sec and nsec parts and normalize
624 626 *