diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-30 19:43:57 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-30 19:43:57 +0200 |
commit | 3b775e2246ae861daec276d3229a7de2af69b7db (patch) | |
tree | 6d2811f0742beea2358df19e93e9dff5f935d230 /arch | |
parent | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
parent | watchdog: update author email for at32ap700x_wdt (diff) | |
download | linux-3b775e2246ae861daec276d3229a7de2af69b7db.tar.xz linux-3b775e2246ae861daec276d3229a7de2af69b7db.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
watchdog: update author email for at32ap700x_wdt
watchdog: gef_wdt: fix MODULE_ALIAS
watchdog: Intel SCU Watchdog: Fix build and remove duplicate code
watchdog: mtx1-wdt: fix section mismatch
watchdog: mtx1-wdt: fix GPIO toggling
watchdog: mtx1-wdt: request gpio before using it
watchdog: Handle multiple wm831x watchdogs being registered
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/include/asm/apb_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/apb_timer.h b/arch/x86/include/asm/apb_timer.h index 2fefa501d3ba..af60d8a2e288 100644 --- a/arch/x86/include/asm/apb_timer.h +++ b/arch/x86/include/asm/apb_timer.h @@ -62,7 +62,7 @@ extern int sfi_mtimer_num; #else /* CONFIG_APB_TIMER */ static inline unsigned long apbt_quick_calibrate(void) {return 0; } -static inline void apbt_time_init(void) {return 0; } +static inline void apbt_time_init(void) { } #endif #endif /* ASM_X86_APBT_H */ |