diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-02-04 19:18:59 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-02-06 11:13:31 +0100 |
commit | 9db1c4e51a24ca1d81cd0d764c01ddd612aab775 (patch) | |
tree | c207a345728d889f2bfa755be8d7c22412a4da26 /src/southbridge/intel/ibexpeak | |
parent | 30fe6120ca8d7211f0055e47d3ecd569a628f2aa (diff) |
usbdebug: Drop obsolete code
Change-Id: I918ca1d0d0d7bcb7e16d41a12830a0357f15b8ed
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5130
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/southbridge/intel/ibexpeak')
-rw-r--r-- | src/southbridge/intel/ibexpeak/thermal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/ibexpeak/thermal.c b/src/southbridge/intel/ibexpeak/thermal.c index 11b65554a8..e01a6dbc74 100644 --- a/src/southbridge/intel/ibexpeak/thermal.c +++ b/src/southbridge/intel/ibexpeak/thermal.c @@ -23,7 +23,6 @@ #include <device/pci.h> #include <device/pci_ids.h> #include "pch.h" -#include <usbdebug.h> #include <arch/io.h> static void thermal_init(struct device *dev) |