]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 7492/1: add strstr declaration for decompressors
authorRob Herring <rob.herring@calxeda.com>
Wed, 15 Aug 2012 15:28:36 +0000 (16:28 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 25 Aug 2012 08:22:30 +0000 (09:22 +0100)
commitbb57033801e085fe69a6e8bb552112a9e4471474
treeb2faa2aaaf65687c4ae04960784d950ee8acd60a
parented2789cb47c2049bf4d1a547eddeae7bbbffab60
ARM: 7492/1: add strstr declaration for decompressors

With the generic unaligned.h, more kernel headers get pulled in including
dynamic_debug.h which needs strstr. As it is not really used, we only need
a declaration here.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/decompress.c