]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: ixp4xx: avoid circular header dependency
authorArnd Bergmann <arnd@arndb.de>
Fri, 5 Jul 2013 14:25:44 +0000 (16:25 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 6 Jul 2013 00:01:03 +0000 (02:01 +0200)
commit6a82ecc793bf48f05278c30e7e5cb568d55a74c2
treee7bfc3357b6fc91b688a77114df71512e14e9573
parenta6ce59fb5fb667bd01fcfa7ce63358a515cdcf9e
ARM: ixp4xx: avoid circular header dependency

With the new linux/reboot.h header file dependency added, we can no
longer build ixp4xx. The easiest way to avoid that is to remove the
inclusion of mach/hardware.h from mach/timex.h, which does not need
that header anyway.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Imre Kaloz <kaloz@openwrt.org>
Cc: Krzysztof Halasa <khc@pm.waw.pl>
Cc: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-ixp4xx/dsmg600-setup.c
arch/arm/mach-ixp4xx/include/mach/timex.h
arch/arm/mach-ixp4xx/omixp-setup.c