[PATCH] hisax warning fixes

drivers/isdn/hisax/hfc4s8s_l1.c:317: warning: type qualifiers ignored on function return type
drivers/isdn/hisax/hfc4s8s_l1.c:329: warning: type qualifiers ignored on function return type

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Andrew Morton and committed by Linus Torvalds b79646e3 b92eac01

+2 -2
+2 -2
drivers/isdn/hisax/hfc4s8s_l1.c
··· 312 /* function to read critical counter registers that */ 313 /* may be udpated by the chip during read */ 314 /******************************************************/ 315 - static volatile u_char 316 Read_hfc8_stable(hfc4s8s_hw * hw, int reg) 317 { 318 u_char ref8; ··· 324 return in8; 325 } 326 327 - static volatile int 328 Read_hfc16_stable(hfc4s8s_hw * hw, int reg) 329 { 330 int ref16;
··· 312 /* function to read critical counter registers that */ 313 /* may be udpated by the chip during read */ 314 /******************************************************/ 315 + static u_char 316 Read_hfc8_stable(hfc4s8s_hw * hw, int reg) 317 { 318 u_char ref8; ··· 324 return in8; 325 } 326 327 + static int 328 Read_hfc16_stable(hfc4s8s_hw * hw, int reg) 329 { 330 int ref16;