From: Jonas Bonn Date: Sat, 2 Jul 2011 09:40:18 +0000 (+0200) Subject: asm-generic: move archictures to common delay.h X-Git-Tag: v3.1-rc1~262^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e05276a10198a1540dd1a0001f759c10ce1cf1;p=pandora-kernel.git asm-generic: move archictures to common delay.h This patch moves the in-tree architectures that were using the 'generic' delay.h over to using the header file in asm-generic. This is not done using the generic-y mechanism as none of these arch's have started using that mechanism yet. This is a trivial change to make later when the arch begins using generic-y. Note the subtle change to the avr32 and SH architectures where the argument to __const_udelay was previously using the rounded down constant value instead of the rounded up value. Signed-off-by: Jonas Bonn Acked-by: Arnd Bergmann Acked-by: Hans-Christian Egtvedt --- Reading git-diff-tree failed