[coreboot-gerrit] Change in coreboot[master]: drivers/mrc_cache: Add missing include file to mrc_cache.h

Marshall Dawson (Code Review) gerrit at coreboot.org
Sun Dec 17 22:20:02 CET 2017


Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/22921


Change subject: drivers/mrc_cache: Add missing include file to mrc_cache.h
......................................................................

drivers/mrc_cache: Add missing include file to mrc_cache.h

Add region.h for use by the struct region_device * in the
mrc_cache_get_current() prototype.

BUG=b:69614064

Change-Id: I940beac45eb43e804bc84fead7d5337a1c4e2ac1
Signed-off-by: Marshall Dawson <marshalldawson3rd at gmail.com>
---
M src/include/mrc_cache.h
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/22921/1

diff --git a/src/include/mrc_cache.h b/src/include/mrc_cache.h
index 4511fc3..d719e35 100644
--- a/src/include/mrc_cache.h
+++ b/src/include/mrc_cache.h
@@ -18,6 +18,7 @@
 
 #include <stddef.h>
 #include <stdint.h>
+#include <region.h>
 
 enum {
 	MRC_TRAINING_DATA,

-- 
To view, visit https://review.coreboot.org/22921
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: I940beac45eb43e804bc84fead7d5337a1c4e2ac1
Gerrit-Change-Number: 22921
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171217/7e9faadd/attachment.html>


More information about the coreboot-gerrit mailing list