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

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Thu Sep 20 08:53:30 CEST 2018


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


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

soc/intel/common/block: Don't use device_t

Use of device_t is deprecated.

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/28694/1

diff --git a/src/soc/intel/common/block/include/intelblocks/smihandler.h b/src/soc/intel/common/block/include/intelblocks/smihandler.h
index 197268b..050d93a 100644
--- a/src/soc/intel/common/block/include/intelblocks/smihandler.h
+++ b/src/soc/intel/common/block/include/intelblocks/smihandler.h
@@ -155,7 +155,7 @@
  * This function returns a 1 or 0 depending on whether disable_busmaster
  * needs to be done for the specified device on S5 entry
  */
-int smihandler_soc_disable_busmaster(device_t dev);
+int smihandler_soc_disable_busmaster(pci_devfn_t dev);
 
 /* SMI handlers that should be serviced in SCI mode too. */
 uint32_t smihandler_soc_get_sci_mask(void);

-- 
To view, visit https://review.coreboot.org/28694
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: Id82059898844fbe20665250062b67652d6cc1f9e
Gerrit-Change-Number: 28694
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/20180920/7b16c6ef/attachment.html>


More information about the coreboot-gerrit mailing list