From 426dc8e8277da1e8a8a6fc70d72fb178da756431 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 3 Nov 2017 11:53:08 -0600 Subject: soc/amd/stoneyridge: remove superfluous NULL field initialization By definition in C, fields that are not explicitly initialized will be zero'd out. Therefore, remove the redundant struture field initialization. Change-Id: I1b3b2ddf6d2a763e65861a7bcebc6b7cd96691c2 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/22314 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Marshall Dawson --- src/soc/amd/stoneyridge/hda.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/amd/stoneyridge/hda.c') diff --git a/src/soc/amd/stoneyridge/hda.c b/src/soc/amd/stoneyridge/hda.c index 1774a4abc6..89fc0fdfff 100644 --- a/src/soc/amd/stoneyridge/hda.c +++ b/src/soc/amd/stoneyridge/hda.c @@ -36,8 +36,6 @@ static struct device_operations hda_audio_ops = { .read_resources = pci_dev_read_resources, .set_resources = pci_dev_set_resources, .enable_resources = pci_dev_enable_resources, - .init = NULL, - .scan_bus = NULL, .ops_pci = &lops_pci, }; -- cgit v1.2.3