]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805Watchdog.c
ARM Packages: Removed 'inline' keyword
[mirror_edk2.git] / ArmPlatformPkg / Drivers / SP805WatchdogDxe / SP805Watchdog.c
index d1da60b5ac7507e021d4e2b4a7b5d68db2aac766..799ead96861ac46e552f61a3d702e6abd3a94e2b 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 *\r
-*  Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
+*  Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
 *\r
 *  This program and the accompanying materials\r
 *  are licensed and made available under the terms and conditions of the BSD License\r
@@ -36,7 +36,7 @@ EFI_EVENT                           EfiExitBootServicesEvent = (EFI_EVENT)NULL;
   i.e. it inhibits all writes to avoid rogue software accidentally\r
   corrupting their contents.\r
 **/\r
-inline\r
+STATIC\r
 VOID\r
 SP805Unlock (\r
   VOID\r
@@ -54,7 +54,7 @@ SP805Unlock (
   i.e. it inhibits all writes to avoid rogue software accidentally\r
   corrupting their contents.\r
 **/\r
-inline\r
+STATIC\r
 VOID\r
 SP805Lock (\r
   VOID\r
@@ -69,7 +69,7 @@ SP805Lock (
 /**\r
   Stop the SP805 watchdog timer from counting down by disabling interrupts.\r
 **/\r
-inline\r
+STATIC\r
 VOID\r
 SP805Stop (\r
   VOID\r
@@ -86,7 +86,7 @@ SP805Stop (
   The count down will start from the value stored in the Load register,\r
   not from the value where it was previously stopped.\r
 **/\r
-inline\r
+STATIC\r
 VOID\r
 SP805Start (\r
   VOID\r