aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_out.c
diff options
context:
space:
mode:
authorColy Li <[email protected]>2009-04-22 23:21:56 +0800
committerIngo Molnar <[email protected]>2009-04-22 17:41:25 +0200
commitc5428e950ad42640f00092949fd17e356dfdeafa (patch)
treecd057c47f1e5ae5c27739be27b347d99c85a2106 /net/lapb/lapb_out.c
parent7a6f9cbb37120c745fc187083fb5c3de4dca4f97 (diff)
uv_time: add parameter to uv_read_rtc()
uv_read_rtc() is referenced by read member of struct clocksource clocksource_uv. In include/linux/clocksource.h, read of struct clocksource is declared as: cycle_t (*read)(struct clocksource *cs) This got introduced recently in: 8e19608: clocksource: pass clocksource to read() callback But arch/x86/kernel/uv_time.c was not properly converted by that pach. This patch adds a dummy parameter (struct clocksource type) to uv_read_rtc() to fix the incompatible reference in clocksource_uv, and add a NULL parameter in all places where uv_read_rtc() gets called. [ Impact: cleanup, address compiler warning ] Signed-off-by: Coly Li <[email protected]> Cc: Dimitri Sivanich <[email protected]> Cc: Magnus Damm <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Hugh Dickins <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Cc: Dimitri Sivanich <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions