summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Universal/MmcDxe/Mmc.c
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2013-08-30 11:51:51 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2013-08-30 11:51:51 +0000
commit4ca3c688a4f9042a954e5303f017893de7214d09 (patch)
tree942928ff48eeaadae6e4e9b4a39fbf4168ad7bae /EmbeddedPkg/Universal/MmcDxe/Mmc.c
parent55b0a24ad29eb027eefe1ddd4c9aa466fded0b93 (diff)
downloadedk2-4ca3c688a4f9042a954e5303f017893de7214d09.tar.gz
edk2-4ca3c688a4f9042a954e5303f017893de7214d09.tar.bz2
edk2-4ca3c688a4f9042a954e5303f017893de7214d09.zip
EmbeddedPkg/MmcDxe: Moved all the 'Print*()' functions to MmcDebug.c
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14612 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Universal/MmcDxe/Mmc.c')
-rw-r--r--EmbeddedPkg/Universal/MmcDxe/Mmc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/EmbeddedPkg/Universal/MmcDxe/Mmc.c b/EmbeddedPkg/Universal/MmcDxe/Mmc.c
index b4f7a78a55..9327bd6337 100644
--- a/EmbeddedPkg/Universal/MmcDxe/Mmc.c
+++ b/EmbeddedPkg/Universal/MmcDxe/Mmc.c
@@ -1,7 +1,7 @@
/** @file
Main file of the MMC Dxe driver. The driver entrypoint is defined into this file.
- Copyright (c) 2011, ARM Limited. All rights reserved.
+ Copyright (c) 2011-2013, ARM Limited. All rights reserved.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -14,14 +14,12 @@
**/
#include <Protocol/DevicePath.h>
-#include <Protocol/MmcHost.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/DevicePathLib.h>
-#include <Library/DebugLib.h>
#include "Mmc.h"