Skip to content

Commit

Permalink
[ARM] 3644/1: ixp2000: export gpio_line_config()
Browse files Browse the repository at this point in the history
Patch from Lennert Buytenhek

Signed-off-by: Lennert Buytenhek <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
buytenh authored and Russell King committed Jun 24, 2006
1 parent 3da4bd2 commit fc8ea7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-ixp2000/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ void gpio_line_config(int line, int direction)
}
local_irq_restore(flags);
}
EXPORT_SYMBOL(gpio_line_config);


/*************************************************************************
Expand Down

0 comments on commit fc8ea7a

Please sign in to comment.