From f19653b759eb16616603cbd721bca92822ea032a Mon Sep 17 00:00:00 2001 From: Richard Osborne Date: Thu, 28 Nov 2013 13:49:51 +0000 Subject: [PATCH] Remove pointless .extern directives. These have no effect and are ignored by the assembler. --- module_usb_audio/locks/lock.S | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module_usb_audio/locks/lock.S b/module_usb_audio/locks/lock.S index 5e2e10da..5d5ddb49 100644 --- a/module_usb_audio/locks/lock.S +++ b/module_usb_audio/locks/lock.S @@ -7,7 +7,6 @@ ///////////////////////////////////////////////////////////////////////// // void GetLockResource() -.extern GetLockResource .globl GetLockResource.nstackwords .linkset GetLockResource.nstackwords, 0 .globl GetLockResource @@ -19,7 +18,6 @@ GetLockResource: ///////////////////////////////////////////////////////////////////////// // void ClaimLock(lock l) -.extern ClaimLock .globl ClaimLock.nstackwords .linkset ClaimLock.nstackwords, 0 .globl ClaimLock @@ -31,7 +29,6 @@ ClaimLock: ///////////////////////////////////////////////////////////////////////// // void FreeLock(lock l) -.extern FreeLock .globl FreeLock.nstackwords .linkset FreeLock.nstackwords, 0 .globl FreeLock @@ -43,7 +40,6 @@ FreeLock: ///////////////////////////////////////////////////////////////////////// // void FreeLockResource(lock l) -.extern FreeLockResource .globl FreeLockResource.nstackwords .linkset FreeLockResource.nstackwords, 0 .globl FreeLockResource