Commit 0ee897d4 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[ATM]: Make atm/he.c:read_prom_byte() static

This patch makes the needlessly global read_prom_byte() static.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4c7966b8
...@@ -3000,8 +3000,7 @@ he_proc_read(struct atm_dev *dev, loff_t *pos, char *page) ...@@ -3000,8 +3000,7 @@ he_proc_read(struct atm_dev *dev, loff_t *pos, char *page)
/* eeprom routines -- see 4.7 */ /* eeprom routines -- see 4.7 */
u8 static u8 read_prom_byte(struct he_dev *he_dev, int addr)
read_prom_byte(struct he_dev *he_dev, int addr)
{ {
u32 val = 0, tmp_read = 0; u32 val = 0, tmp_read = 0;
int i, j = 0; int i, j = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment