summaryrefslogtreecommitdiff
path: root/Omap44xxPkg/TWL6030Dxe/TWL6030.c
diff options
context:
space:
mode:
Diffstat (limited to 'Omap44xxPkg/TWL6030Dxe/TWL6030.c')
-rw-r--r--Omap44xxPkg/TWL6030Dxe/TWL6030.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Omap44xxPkg/TWL6030Dxe/TWL6030.c b/Omap44xxPkg/TWL6030Dxe/TWL6030.c
index 6b76da507..f4027bfa8 100644
--- a/Omap44xxPkg/TWL6030Dxe/TWL6030.c
+++ b/Omap44xxPkg/TWL6030Dxe/TWL6030.c
@@ -14,7 +14,7 @@
#include <Uefi.h>
-#include <TPS65950.h>
+#include <TWL6030.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
@@ -101,7 +101,7 @@ EMBEDDED_EXTERNAL_DEVICE ExternalDevice = {
};
EFI_STATUS
-TPS65950Initialize (
+TWL6030Initialize (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)