]> git.baikalelectronics.ru Git - kernel.git/commit
arm: fix mismerge of arch/arm/mach-omap2/timer.c
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 May 2013 00:59:53 +0000 (17:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 May 2013 00:59:53 +0000 (17:59 -0700)
commit45439cfd94d7525ce8208248d82b4ee0611c536c
treee0b4e09f8136a59eb4502f7462608e54cf06a88a
parent1aaf90f1828f5d2e0174fdad2c9e309b11624f87
arm: fix mismerge of arch/arm/mach-omap2/timer.c

I badly screwed up the merge in commit 3db9258cf201 ("Merge tag
'drivers-for-linus' of git://git.kernel.org/pub/.../arm-soc") by
incorrectly taking the arch/arm/mach-omap2/* data fully from the merge
target because the 'drivers-for-linus' branch seemed to be a proper
superset of the duplicate ARM commits.

That was bogus: commit 336ff8c55c62 ("ARM: OMAP: clocks: Delay clk inits
atleast until slab is initialized") only existed in head, and the
changes to arch/arm/mach-omap2/timer.c from that commit got list.

Re-doing the merge more carefully, I do think this part was the only
thing I screwed up.  Knock wood.

Reported-by: Tony Lindgren <tony@atomide.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Olof Johansson <olof@lixom.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/mach-omap2/timer.c