]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: Fix Ecc error 10014 in GenericWatchdogDxe
authorPierre Gondois <Pierre.Gondois@arm.com>
Mon, 21 Dec 2020 16:39:49 +0000 (16:39 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 15 Apr 2021 19:53:39 +0000 (19:53 +0000)
This patch fixes the following Ecc reported error:
No used module files found

The source files
[ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdog.h]
is existing in module
ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf
but is not described in the INF file.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf

index d725a2c858398ca0044584a4452506b43e2e8209..7dbd30783892949b0bac1cae6008e053216c8897 100644 (file)
@@ -1,5 +1,5 @@
 #\r
-#  Copyright (c) 2013-2017, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2013-2021, Arm Limited. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
@@ -13,6 +13,7 @@
   ENTRY_POINT                    = GenericWatchdogEntry\r
 \r
 [Sources.common]\r
+  GenericWatchdog.h\r
   GenericWatchdogDxe.c\r
 \r
 [Packages]\r