Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29761
b: refs/heads/master
c: 673e321
h: refs/heads/master
i:
  29759: 606f610
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jun 25, 2006
1 parent b1bf7b8 commit a89cdae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: cad2af5eb7470f9a0b85498f5ffac894e3cdcd27
refs/heads/master: 673e321cf9a12ecc2d6ce683fa9105f3443c1cbd
12 changes: 6 additions & 6 deletions trunk/drivers/char/ip2/ip2main.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ static struct class *ip2_class;

// Some functions to keep track of what irq's we have

static int __init
static int
is_valid_irq(int irq)
{
int *i = Valid_Irqs;
Expand All @@ -316,14 +316,14 @@ is_valid_irq(int irq)
return (*i);
}

static void __init
static void
mark_requested_irq( char irq )
{
rirqs[iindx++] = irq;
}

#ifdef MODULE
static int __init
static int
clear_requested_irq( char irq )
{
int i;
Expand All @@ -337,7 +337,7 @@ clear_requested_irq( char irq )
}
#endif

static int __init
static int
have_requested_irq( char irq )
{
// array init to zeros so 0 irq will not be requested as a side effect
Expand Down Expand Up @@ -818,7 +818,7 @@ EXPORT_SYMBOL(ip2_loadmain);
/* the board, the channel structures are initialized, and the board details */
/* are reported on the console. */
/******************************************************************************/
static void __init
static void
ip2_init_board( int boardnum )
{
int i;
Expand Down Expand Up @@ -961,7 +961,7 @@ ip2_init_board( int boardnum )
/* EISA motherboard, or no valid board ID is selected it returns 0. Otherwise */
/* it returns the base address of the controller. */
/******************************************************************************/
static unsigned short __init
static unsigned short
find_eisa_board( int start_slot )
{
int i, j;
Expand Down

0 comments on commit a89cdae

Please sign in to comment.