Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205988
b: refs/heads/master
c: 09d1485
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 26, 2010
1 parent f03deca commit 75d628f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 968181ca7e679be70bd50b82665e1f369a856ec7
refs/heads/master: 09d1485649a46fda2c5f76b9c870d820d4d8d029
4 changes: 2 additions & 2 deletions trunk/drivers/staging/dt3155/dt3155_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
Expand Down

0 comments on commit 75d628f

Please sign in to comment.