Skip to content

Commit

Permalink
ArmPlatformPkg: Fix Ecc error 10014 in PL061GpioDxe
Browse files Browse the repository at this point in the history
This patch fixes the following Ecc reported error:
No used module files found

The source file
[ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.h]
is existing in module directory but it is not described
in INF file.

Signed-off-by: Pierre Gondois <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>
  • Loading branch information
pierregondois authored and mergify[bot] committed Dec 9, 2020
1 parent a36a0f1 commit 2e0cbfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @file
*
* Copyright (c) 2011, ARM Limited. All rights reserved.
* Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*
Expand All @@ -16,6 +16,7 @@
ENTRY_POINT = PL061InstallProtocol
[Sources.common]
PL061Gpio.c
PL061Gpio.h

[Packages]
MdePkg/MdePkg.dec
Expand Down

0 comments on commit 2e0cbfc

Please sign in to comment.