From: H Hartley Sweeten Date: Fri, 23 Jul 2010 18:49:25 +0000 (-0700) Subject: Staging: dt3155: make local functions static X-Git-Tag: firefly_0821_release~9833^2~1255^2~1^2~78 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=09d1485649a46fda2c5f76b9c870d820d4d8d029;p=firefly-linux-kernel-4.4.55.git Staging: dt3155: make local functions static The functions adjust_4MB and allocate_buffers are only called locally in dt3155_isr.c and should be static. Signed-off-by: H Hartley Sweeten Cc: Scott Smedley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dt3155/dt3155_isr.c b/drivers/staging/dt3155/dt3155_isr.c index 549186f41f27..1e91e6c54286 100644 --- a/drivers/staging/dt3155/dt3155_isr.c +++ b/drivers/staging/dt3155/dt3155_isr.c @@ -180,7 +180,7 @@ void printques(struct dt3155_fbuffer *fb) * the start address up to the beginning of the * next 4MB chunk (assuming bufsize < 4MB). *****************************************************/ -u32 adjust_4MB(u32 buf_addr, u32 bufsize) +static u32 adjust_4MB(u32 buf_addr, u32 bufsize) { if (((buf_addr+bufsize) & UPPER_10_BITS) != (buf_addr & UPPER_10_BITS)) return (buf_addr+bufsize) & UPPER_10_BITS; @@ -196,7 +196,7 @@ u32 adjust_4MB(u32 buf_addr, u32 bufsize) * buffers. If there is not enough free space * try for less memory. *****************************************************/ -void allocate_buffers(u32 *buf_addr, u32* total_size_kbs, +static void allocate_buffers(u32 *buf_addr, u32* total_size_kbs, u32 bufsize) { /* Compute the minimum amount of memory guaranteed to hold all