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)
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>

No differences found