diff options
Diffstat (limited to 'src/southbridge/intel/lynxpoint')
-rw-r--r-- | src/southbridge/intel/lynxpoint/elog.c | 1 | ||||
-rw-r--r-- | src/southbridge/intel/lynxpoint/lp_gpio.c | 1 | ||||
-rw-r--r-- | src/southbridge/intel/lynxpoint/smi.c | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/src/southbridge/intel/lynxpoint/elog.c b/src/southbridge/intel/lynxpoint/elog.c index e16e1be18a..6f12c70f61 100644 --- a/src/southbridge/intel/lynxpoint/elog.c +++ b/src/southbridge/intel/lynxpoint/elog.c @@ -19,7 +19,6 @@ #include <device/pci.h> #include <device/pci_ops.h> #include <stdint.h> -#include <string.h> #include <elog.h> #include "pch.h" diff --git a/src/southbridge/intel/lynxpoint/lp_gpio.c b/src/southbridge/intel/lynxpoint/lp_gpio.c index 48e0be3aaf..e3d8f02805 100644 --- a/src/southbridge/intel/lynxpoint/lp_gpio.c +++ b/src/southbridge/intel/lynxpoint/lp_gpio.c @@ -14,7 +14,6 @@ */ #include <stdint.h> -#include <string.h> #include <arch/io.h> #include <device/pci_ops.h> #include <device/device.h> diff --git a/src/southbridge/intel/lynxpoint/smi.c b/src/southbridge/intel/lynxpoint/smi.c index 426fb4233d..3a6c4038c8 100644 --- a/src/southbridge/intel/lynxpoint/smi.c +++ b/src/southbridge/intel/lynxpoint/smi.c @@ -21,7 +21,7 @@ #include <arch/io.h> #include <cpu/x86/cache.h> #include <cpu/x86/smm.h> -#include <string.h> + #include "pch.h" void southbridge_smm_clear_state(void) |