mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: intel/common: drop duplicate initializer
BUG=none
BRANCH=none
TEST=none
Change-Id: I762d8d2bb4bf23f0b6966c1fc752b16d254f2468
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: b3456a9e80
Original-Change-Id: I99d0bd7d9b897a10edce35316e095e0223522c54
Original-Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Found-by: clang
Original-Reviewed-on: https://review.coreboot.org/19656
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Andrey Petrov <andrey.petrov@intel.com>
Original-Reviewed-by: Edward O'Callaghan <quasisec@google.com>
Original-Reviewed-by: Philippe Mathieu-Daud <philippe.mathieu.daude@gmail.com>
Reviewed-on: https://chromium-review.googlesource.com/506212
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
This commit is contained in:
parent
a0f05803ce
commit
11b99be53c
1 changed files with 0 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue