diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-13 18:25:15 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-13 18:25:15 +0000 |
commit | d70b88120a2b5e98d00c722b54b0c39b06c23710 (patch) | |
tree | b7b381dcfd48b36fcda9b49e04c3fe6beda9069c /Omap35xxPkg | |
parent | b1c5bd52113e316699aa2501b94c29ed2b7e3139 (diff) | |
download | edk2-d70b88120a2b5e98d00c722b54b0c39b06c23710.tar.gz edk2-d70b88120a2b5e98d00c722b54b0c39b06c23710.tar.bz2 edk2-d70b88120a2b5e98d00c722b54b0c39b06c23710.zip |
Partial checkin fixing Beagle references
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10363 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Omap35xxPkg')
-rw-r--r-- | Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.c b/Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.c index 5aeec5d1ef..414d78ee68 100644 --- a/Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.c +++ b/Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.c @@ -25,7 +25,6 @@ #include <Library/DebugLib.h>
#include <Library/EfiResetSystemLib.h>
-#include <Library/BeagleBoardSystemLib.h>
/**
Resets the entire platform.
|