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>
This commit is contained in:
Patrick Georgi 2017-05-10 22:02:11 +02:00
parent 0435f97acb
commit b3456a9e80
1 changed files with 0 additions and 1 deletions

View File

@ -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 = {