Skip to content

Commit

Permalink
Silicon/Hisilicon/SasV1Dxe: remove bogus UncachedMemoryAllocationLib ref
Browse files Browse the repository at this point in the history
This driver does not actually use UncachedMemoryAllocationLib anymore,
so remove the bogus reference.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
  • Loading branch information
Ard Biesheuvel committed Aug 29, 2017
1 parent d218805 commit 260c957
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Silicon/Hisilicon/Drivers/SasV1Dxe/SasV1Dxe.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <Library/TimerLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiLib.h>
#include <Library/UncachedMemoryAllocationLib.h>

#include <Protocol/PlatformSasProtocol.h>
#include <Protocol/ScsiPassThruExt.h>
Expand Down
1 change: 0 additions & 1 deletion Silicon/Hisilicon/Drivers/SasV1Dxe/SasV1Dxe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
TimerLib
UefiDriverEntryPoint
UefiLib
UncachedMemoryAllocationLib

[Protocols]
gEfiExtScsiPassThruProtocolGuid
Expand Down

0 comments on commit 260c957

Please sign in to comment.