diff options
author | Josh Triplett <josht@us.ibm.com> | 2006-07-30 10:04:14 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-31 20:28:44 (GMT) |
commit | 51d8c5edd3b166fcc51aba84d78761d578400a7c (patch) | |
tree | d3cf04b8fd2d7a5a2ba8c0957bd3dbe3839981f5 /fs | |
parent | bc65ac6a0ffc66c56d1e6893685d7fe87c63cc44 (diff) | |
download | linux-51d8c5edd3b166fcc51aba84d78761d578400a7c.tar.xz |
[PATCH] timer: Fix tvec_bases initializer
kernel/timer.c defines a (per-cpu) pointer to tvec_base_t, but initializes
it using { &a_tvec_base_t }, which sparse warns about; change this to just
&a_tvec_base_t.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions