[PATCH] powerpc/8xx: Fix m8xx_wdt issues
authorMarcelo Tosatti <marcelo.tosatti@cyclades.com>
Mon, 5 Dec 2005 21:31:36 +0000 (19:31 -0200)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:52:01 +0000 (14:52 +1100)
commit398f68580f3edd99728028facf571e4a07f9a035
treec789dc4c5d71225c38748cc9d9af82c800951bc0
parent237a0989e2902b7d43c4228a36d82f8691fb2118
[PATCH] powerpc/8xx: Fix m8xx_wdt issues

The following fixes some issues with the last mpc8xx_wdt update:

- Adds missing #include <asm/io.h>
- Use "uint __iomem" pointer for in_be32/out_be32

Signed-off-by: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/char/watchdog/mpc8xx_wdt.c