Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=55ba86bc6c33ce8b690fdf20ab485ef94cccd423
Commit:     55ba86bc6c33ce8b690fdf20ab485ef94cccd423
Parent:     c362aecdb51ecb364d427a9b947fd2dfbd4cb86a
Author:     Ben Dooks <[EMAIL PROTECTED]>
AuthorDate: Wed Jun 6 09:53:00 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Mon Jun 11 09:09:20 2007 +0100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-s3c2440/mach-osiris.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s3c2440/mach-osiris.c 
b/arch/arm/mach-s3c2440/mach-osiris.c
index 4525bb0..64da36a 100644
--- a/arch/arm/mach-s3c2440/mach-osiris.c
+++ b/arch/arm/mach-s3c2440/mach-osiris.c
@@ -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,
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to