]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] kernel/time.c: add missing symbol exports
authorThomas Bittermann <t.bittermann@online.de>
Wed, 4 Apr 2007 20:20:54 +0000 (22:20 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 5 Apr 2007 00:35:53 +0000 (17:35 -0700)
commit8b769ce1ada82d5e3496c4a5a0b32db541c09242
tree977fe0bee8b0300ce8e73026945fb4dc2b97963c
parentfac9c5b6070d61878ef93d270f58da210ba8c2ad
[PATCH] kernel/time.c: add missing symbol exports

This patch adds 2 missing symbol exports: jiffies_to_timeval() and
timeval_to_jiffies().  The (not yet merged) dm-raid4-5 module will need
them, and they used to be indirectly exported by virtue of being inline
functions.

Commit 51ef1e95ca45781aa56a47510fbb2e54f900c95a ("[PATCH] Uninline
jiffies.h functions") uninlined them, and thus modules now need them
explicitly exported to use them.

Signed-off-by: Thomas Bittermann <t.bittermann@online.de>
Acked-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: john stultz <johnstul@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/time.c