Skip to content

Commit

Permalink
BeagleBoard: Fix build
Browse files Browse the repository at this point in the history
Changed definition of the function that implements EFI_SMBUS_HC_PROTOCOL_ARP_DEVICE
to match its prototype definition.



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12820 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
oliviermartin committed Dec 5, 2011
1 parent 8e0b5e0 commit effcb07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Omap35xxPkg/SmbusDxe/Smbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ EFI_STATUS
EFIAPI
SmbusArpDevice (
IN CONST EFI_SMBUS_HC_PROTOCOL *This,
IN CONST BOOLEAN ArpAll,
IN CONST EFI_SMBUS_UDID *SmbusUdid OPTIONAL,
IN BOOLEAN ArpAll,
IN EFI_SMBUS_UDID *SmbusUdid OPTIONAL,
IN OUT EFI_SMBUS_DEVICE_ADDRESS *SlaveAddress OPTIONAL
)
{
Expand Down

0 comments on commit effcb07

Please sign in to comment.