X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDriverSampleDxe%2FDriverSample.c;fp=MdeModulePkg%2FUniversal%2FDriverSampleDxe%2FDriverSample.c;h=67a40b7d636c1210a5eb6b76dcfe2af73de8b583;hp=1b58a8d7186438be3b2b6dc9a0b6349698b3c8c4;hb=ac72474d001c1c084a45e34e330e34ef11e15173;hpb=eb58a0239059c5b999268da0e569a5d8facd0233 diff --git a/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.c b/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.c index 1b58a8d718..67a40b7d63 100644 --- a/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.c +++ b/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.c @@ -2,7 +2,7 @@ This is an example of how a driver might export data to the HII protocol to be later utilized by the Setup Protocol -Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -110,22 +110,6 @@ SetArrayData ( } } -/** - Add empty function for event process function. - - @param Event The Event need to be process - @param Context The context of the event. - -**/ -VOID -EFIAPI -DriverSampleInternalEmptyFunction ( - IN EFI_EVENT Event, - IN VOID *Context - ) -{ -} - /** Notification function for keystrokes. @@ -1972,7 +1956,7 @@ DriverSampleInit ( Status = gBS->CreateEventEx ( EVT_NOTIFY_SIGNAL, TPL_NOTIFY, - DriverSampleInternalEmptyFunction, + EfiEventEmptyFunction, NULL, &gEfiIfrRefreshIdOpGuid, &mEvent