[coreboot-gerrit] Change in coreboot[master]: soc/intel/common/block/smm/smihandler.c: Don't use device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Wed Sep 19 14:55:46 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/28678


Change subject: soc/intel/common/block/smm/smihandler.c: Don't use device_t
......................................................................

soc/intel/common/block/smm/smihandler.c: Don't use device_t

Use of device_t is deprecated.

Change-Id: I6679fc151c26607eaffdd4a8cdb3da8a1290fef7
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/soc/intel/common/block/smm/smihandler.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/28678/1

diff --git a/src/soc/intel/common/block/smm/smihandler.c b/src/soc/intel/common/block/smm/smihandler.c
index c6f9692..e4c13dd 100644
--- a/src/soc/intel/common/block/smm/smihandler.c
+++ b/src/soc/intel/common/block/smm/smihandler.c
@@ -46,7 +46,7 @@
 	return;
 }
 
-__weak int smihandler_soc_disable_busmaster(device_t dev)
+__weak int smihandler_soc_disable_busmaster(pci_devfn_t dev)
 {
 	return 1;
 }

-- 
To view, visit https://review.coreboot.org/28678
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6679fc151c26607eaffdd4a8cdb3da8a1290fef7
Gerrit-Change-Number: 28678
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180919/fc8b852e/attachment.html>


More information about the coreboot-gerrit mailing list