diff --git a/[refs] b/[refs] index 9bd40a453c97..060efcf6fdaf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4c7966b86b910d6d4869aba1d7417d053ac9682c +refs/heads/master: 0ee897d43e390cddcfdb2f4e39635ea7ec1ad2e9 diff --git a/trunk/drivers/atm/he.c b/trunk/drivers/atm/he.c index 2e3395b7e8c1..ffc4a5a41946 100644 --- a/trunk/drivers/atm/he.c +++ b/trunk/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;