[coreboot-gerrit] Change in coreboot[master]: include/device/cardbus.h: Get rid of device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Sun Jun 10 10:33:11 CEST 2018


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


Change subject: include/device/cardbus.h: Get rid of device_t
......................................................................

include/device/cardbus.h: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: I99d11865cce1960bfe753d1c902bc168b33b6c15
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/include/device/cardbus.h
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/26997/1

diff --git a/src/include/device/cardbus.h b/src/include/device/cardbus.h
index 45ae24f..4443c15 100644
--- a/src/include/device/cardbus.h
+++ b/src/include/device/cardbus.h
@@ -5,8 +5,8 @@
 
 #include <device/device.h>
 
-void cardbus_read_resources(device_t dev);
-void cardbus_enable_resources(device_t dev);
+void cardbus_read_resources(struct device *dev);
+void cardbus_enable_resources(struct device *dev);
 
 extern struct device_operations default_cardbus_ops_bus;
 

-- 
To view, visit https://review.coreboot.org/26997
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: I99d11865cce1960bfe753d1c902bc168b33b6c15
Gerrit-Change-Number: 26997
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/20180610/c3614384/attachment.html>


More information about the coreboot-gerrit mailing list