Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56639
b: refs/heads/master
c: a161bb0
h: refs/heads/master
i:
  56637: 1bedc7e
  56635: eccd6cd
  56631: 1e926ec
  56623: 3ee4d3f
  56607: 33405a7
  56575: 195f9a7
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed May 21, 2007
1 parent 14650d0 commit c36ded5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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: 140a9aec22f454120d1953f24cd2b5338b6141e2
refs/heads/master: a161bb0510d793a450127c12160309907af3d3f7
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/bfin_dma_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ static void clear_dma_buffer(unsigned int channel)
SSYNC();
}

int __init blackfin_dma_init(void)
static int __init blackfin_dma_init(void)
{
int i;

Expand Down
7 changes: 3 additions & 4 deletions trunk/arch/blackfin/kernel/bfin_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ inline int check_gpio(unsigned short gpio)
}

#ifdef BF537_FAMILY
void port_setup(unsigned short gpio, unsigned short usage)
static void port_setup(unsigned short gpio, unsigned short usage)
{
if (usage == GPIO_USAGE) {
if (*port_fer[gpio_bank(gpio)] & gpio_bit(gpio))
Expand All @@ -160,7 +160,7 @@ void port_setup(unsigned short gpio, unsigned short usage)
#endif


void default_gpio(unsigned short gpio)
static void default_gpio(unsigned short gpio)
{
unsigned short bank,bitmask;

Expand All @@ -177,8 +177,7 @@ void default_gpio(unsigned short gpio)
gpio_bankb[bank]->edge &= ~bitmask;
}


int __init bfin_gpio_init(void)
static int __init bfin_gpio_init(void)
{
int i;

Expand Down

0 comments on commit c36ded5

Please sign in to comment.