[ARM] 4443/1: OSIRIS: Add watchdog device to machine devices

Add the watchdog timer to the list of devices
the Osiris registers at startup.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Ben Dooks 2007-06-06 09:53:00 +01:00 коммит произвёл Russell King
Родитель c362aecdb5
Коммит 55ba86bc6c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -249,6 +249,7 @@ static struct platform_device osiris_pcmcia = {
static struct platform_device *osiris_devices[] __initdata = {
&s3c_device_i2c,
&s3c_device_wdt,
&s3c_device_nand,
&osiris_pcmcia,
};