diff options
author | Josh Triplett <[email protected]> | 2006-07-30 03:04:14 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2006-07-31 13:28:44 -0700 |
commit | 51d8c5edd3b166fcc51aba84d78761d578400a7c (patch) | |
tree | d3cf04b8fd2d7a5a2ba8c0957bd3dbe3839981f5 /net/lapb/lapb_timer.c | |
parent | bc65ac6a0ffc66c56d1e6893685d7fe87c63cc44 (diff) |
[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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions