summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2017-05-10 22:02:11 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-05-12 14:08:21 +0200
commitb3456a9e8059ddbaba6cab9caf47d6330d2e3a9c (patch)
tree02a69550674994781fa5c5c0ed07feedc757b7be /src/soc
parent0435f97acba6cc65f9061738baab5518f489b801 (diff)
downloadcoreboot-b3456a9e8059ddbaba6cab9caf47d6330d2e3a9c.tar.xz
intel/common: drop duplicate initializer
Change-Id: I99d0bd7d9b897a10edce35316e095e0223522c54 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Found-by: clang Reviewed-on: https://review.coreboot.org/19656 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Andrey Petrov <andrey.petrov@intel.com> Reviewed-by: Edward O'Callaghan <quasisec@google.com> Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/common/block/cse/cse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c
index 5c136dff11..1990cd1d03 100644
--- a/src/soc/intel/common/block/cse/cse.c
+++ b/src/soc/intel/common/block/cse/cse.c
@@ -464,7 +464,6 @@ static struct device_operations cse_ops = {
.read_resources = pci_dev_read_resources,
.enable_resources = pci_dev_enable_resources,
.init = pci_dev_init,
- .enable_resources = pci_dev_enable_resources
};
static const struct pci_driver cse_driver __pci_driver = {