[ATM]: Make atm/he.c:read_prom_byte() static
authorAdrian Bunk <bunk@kernel.org>
Tue, 1 Apr 2008 02:34:44 +0000 (19:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Apr 2008 02:34:44 +0000 (19:34 -0700)
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>
drivers/atm/he.c

index 2e3395b..ffc4a5a 100644 (file)
@@ -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;