Skip to content

Commit

Permalink
[ATM]: Make atm/he.c:read_prom_byte() static
Browse files Browse the repository at this point in the history
This patch makes the needlessly global read_prom_byte() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Apr 1, 2008
1 parent 4c7966b commit 0ee897d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/atm/he.c
Original file line number Diff line number Diff line change
Expand Up @@ -3000,8 +3000,7 @@ he_proc_read(struct atm_dev *dev, loff_t *pos, char *page)

/* eeprom routines -- see 4.7 */

u8
read_prom_byte(struct he_dev *he_dev, int addr)
static u8 read_prom_byte(struct he_dev *he_dev, int addr)
{
u32 val = 0, tmp_read = 0;
int i, j = 0;
Expand Down

0 comments on commit 0ee897d

Please sign in to comment.