Remove Static declaration for the related driver binding functions.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1539 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2006-09-14 09:46:16 +00:00
parent 33dc2c50a1
commit 8aab007a7d
2 changed files with 0 additions and 13 deletions

View File

@ -37,7 +37,6 @@ EFI_DRIVER_BINDING_PROTOCOL gConPlatformTextOutDriverBinding = {
NULL
};
STATIC
EFI_STATUS
EFIAPI
ConPlatformTextInDriverBindingSupported (
@ -67,7 +66,6 @@ Returns:
);
}
STATIC
EFI_STATUS
EFIAPI
ConPlatformTextOutDriverBindingSupported (
@ -161,7 +159,6 @@ Returns:
return EFI_SUCCESS;
}
STATIC
EFI_STATUS
EFIAPI
ConPlatformTextInDriverBindingStart (
@ -267,7 +264,6 @@ Returns:
return EFI_SUCCESS;
}
STATIC
EFI_STATUS
EFIAPI
ConPlatformTextOutDriverBindingStart (
@ -405,7 +401,6 @@ Returns:
return EFI_SUCCESS;
}
STATIC
EFI_STATUS
EFIAPI
ConPlatformDriverBindingStop (