]> git.baikalelectronics.ru Git - kernel.git/commit
declare struct ktime
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 9 May 2007 09:34:59 +0000 (02:34 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:54 +0000 (12:30 -0700)
commit93d4f6ea4b300d6e1023493e61168aaaffd3f370
tree97b8348ddb9acbe6d931a62bdd94c389ecc534f4
parentac42fdd122f3921bf4da0e5ce9e9fd5cf0fb21b3
declare struct ktime

Some smarty went and inflicted ktime_t as a typedef upon us, so we cannot
forward declare it.

Create a new `union ktime', map ktime_t onto that.  Now we need to kill off
this ktime_t thing.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: john stultz <johnstul@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/ktime.h