global fix: declare functions not in headers as static

date	2000.11.07.02.49.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:55:21 +00:00
parent 854297b423
commit 9b19270c43

View File

@ -3,7 +3,7 @@
*
* Module Name: hwregs - Read/write access functions for the various ACPI
* control and status registers.
* $Revision: 1.77 $
* $Revision: 1.78 $
*
******************************************************************************/
@ -145,7 +145,7 @@ NATIVE_CHAR *SleepStateTable[] = {"\\_S0_","\\_S1_","\\_S2_","\\
*
******************************************************************************/
UINT32
static UINT32
AcpiHwGetBitShift (
UINT32 Mask)
{