diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-30 22:54:03 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-30 22:54:03 +0300 |
commit | 814b3bed63c23f310121befa0fe004a20dec95b2 (patch) | |
tree | 88a8ce02ee9d74dff2e58f75b98d0ce60621ab0a /drivers/watchdog/sa1100_wdt.c | |
parent | e61467e9b6c88e97560873603cf9aceaf7435480 (diff) | |
parent | 29fa0586de4fe518f122a915b8c6e92d12e8ca7f (diff) | |
download | linux-814b3bed63c23f310121befa0fe004a20dec95b2.tar.xz |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
[PATCH] Switch all my contributions stuff to a single common address
[WATCHDOG] pci: use pci_ioremap_bar() in drivers/watchdog
Diffstat (limited to 'drivers/watchdog/sa1100_wdt.c')
-rw-r--r-- | drivers/watchdog/sa1100_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/sa1100_wdt.c b/drivers/watchdog/sa1100_wdt.c index 31a48437dc3d..ed01e4c2beff 100644 --- a/drivers/watchdog/sa1100_wdt.c +++ b/drivers/watchdog/sa1100_wdt.c @@ -2,7 +2,7 @@ * Watchdog driver for the SA11x0/PXA2xx * * (c) Copyright 2000 Oleg Drokin <green@crimea.edu> - * Based on SoftDog driver by Alan Cox <alan@redhat.com> + * Based on SoftDog driver by Alan Cox <alan@lxorguk.ukuu.org.uk> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |