[PATCH 07/16] arch: x86: kernel: Mark internal function EVT_TO_HPET_DEV static

2015-03-04 Thread Darshana Padmadas
hpet.c defines the function EVT_TO_HPET_DEV internally. No other file defines this function. So make this function static. This eliminates the following warning: arch/x86/kernel/hpet.c:55:25: warning: no previous prototype for ‘EVT_TO_HPET_DEV’ [-Wmissing-prototypes] Signed-off-by: Darshana

[PATCH 07/16] arch: x86: kernel: Mark internal function EVT_TO_HPET_DEV static

2015-03-04 Thread Darshana Padmadas
hpet.c defines the function EVT_TO_HPET_DEV internally. No other file defines this function. So make this function static. This eliminates the following warning: arch/x86/kernel/hpet.c:55:25: warning: no previous prototype for ‘EVT_TO_HPET_DEV’ [-Wmissing-prototypes] Signed-off-by: Darshana