Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Adrian Bunk and committed by
David S. Miller
0ee897d4 4c7966b8

+1 -2
+1 -2
drivers/atm/he.c
··· 3000 3000 3001 3001 /* eeprom routines -- see 4.7 */ 3002 3002 3003 - u8 3004 - read_prom_byte(struct he_dev *he_dev, int addr) 3003 + static u8 read_prom_byte(struct he_dev *he_dev, int addr) 3005 3004 { 3006 3005 u32 val = 0, tmp_read = 0; 3007 3006 int i, j = 0;