From: Andrew Morton Date: Wed, 9 May 2007 09:34:59 +0000 (-0700) Subject: declare struct ktime X-Git-Tag: v2.6.22-rc1~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f34c506b0385b43abd25c490335036ecbb173aed;p=pandora-kernel.git 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 Cc: Thomas Gleixner Cc: john stultz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed