Russell King cfb41bf756 [ARM] fix OMAP include loops
OMAP has two include loops in its header files:

  asm-arm/hardware.h <- asm-arm/arch-omap/io.h <-
   asm-arm/arch-omap/hardware.h <- asm-arm/hardware.h

  asm-arm/arch-omap/board-palmte.h <-
   asm-arm/arch-omap/hardware.h <- asm-arm/hardware.h <-
   asm-arm/arch-omap/gpio.h <- asm-arm/arch-omap/board-palmte.h

Circular include dependencies are dangerous since they can result in
inconsistent definitions being provided to other code, especially if
'#ifndef' constructs are used.

Solve these by removing the offending includes, and add additional
includes where necessary.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-05-23 15:38:07 +01:00
..
2008-05-23 15:38:07 +01:00
2008-05-08 18:04:02 +01:00
2008-02-03 14:59:11 +02:00
2008-01-28 23:58:27 -05:00
2008-04-18 22:43:07 +01:00
2006-12-13 14:34:43 +00:00
2008-05-01 08:03:58 -07:00
2007-10-23 12:37:59 +02:00
2007-07-17 10:23:11 -07:00
2007-10-17 08:42:55 -07:00
2008-04-18 22:43:07 +01:00
2007-02-12 09:48:34 -08:00
2008-04-18 00:46:34 +02:00
2007-10-14 12:41:52 -07:00
2008-04-19 11:36:48 +01:00
2008-04-28 08:58:23 -07:00
2007-05-11 08:29:34 -07:00
2008-04-17 10:42:34 -04:00
2007-05-30 13:15:06 +01:00
2008-02-05 09:44:18 -08:00
2007-10-19 11:53:34 -07:00
2008-02-07 08:42:30 -08:00
2008-01-26 14:41:28 +00:00