From: Adrian Bunk Date: Tue, 1 Apr 2008 02:34:44 +0000 (-0700) Subject: [ATM]: Make atm/he.c:read_prom_byte() static X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0ee897d43e390cddcfdb2f4e39635ea7ec1ad2e9;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [ATM]: Make atm/he.c:read_prom_byte() static This patch makes the needlessly global read_prom_byte() static. Signed-off-by: Adrian Bunk Signed-off-by: David S. Miller --- diff --git a/drivers/atm/he.c b/drivers/atm/he.c index 2e3395b7e8c1..ffc4a5a41946 100644 --- a/drivers/atm/he.c +++ b/drivers/atm/he.c @@ -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;