From b124fd0733f61faef826f440645da9b386930e3e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 19 Aug 2011 15:08:06 -0700 Subject: Only include mmc.h when mmc is enabled. From http://gerrit.chromium.org/gerrit/#change,6253 BUG=none TEST=none Change-Id: I3145aa84a8426506d8dc44d094da4884f079b3b4 Reviewed-on: http://gerrit.chromium.org/gerrit/6355 Tested-by: Stefan Reinauer Reviewed-by: Simon Glass --- lib/vbexport/boot_device.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/vbexport/boot_device.c b/lib/vbexport/boot_device.c index b26ce46b25..adb67e3253 100644 --- a/lib/vbexport/boot_device.c +++ b/lib/vbexport/boot_device.c @@ -9,7 +9,9 @@ */ #include +#ifdef CONFIG_MMC #include +#endif #include #include #include -- cgit v1.2.3