commit | 30ec910e02b35e7c3d600af694a5aec4b6690ddc | [log] [tgz] |
---|---|---|
author | Roland Dreier <rdreier@cisco.com> | Thu Feb 28 12:34:42 2008 -0800 |
committer | Wim Van Sebroeck <wim@iguana.be> | Thu Mar 06 11:10:53 2008 +0000 |
tree | 5d482c467bbd615ff3008ecea70322b67e5ee7bc | |
parent | ef82710a3f80cd24d459c508f91542ecccb1f340 [diff] |
[WATCHDOG] hpwdt: Use dmi_walk() instead of own copy We can simplify the code by deleting all of the duplicated DMI table walking code and using the kernel's existing dmi_walk() interface to find the DMI entry the driver is looking for. Signed-off-by: Roland Dreier <rolandd@cisco.com> Acked-by: Thomas Mingarelli <Thomas.Mingarelli@hp.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>