mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
MIPS: Remove useless zero initializations.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
2882b0c63a
commit
982f6ffeee
22 changed files with 38 additions and 38 deletions
|
@ -57,7 +57,7 @@ static struct chan_waitqueues {
|
|||
} channel_wqs[RTLX_CHANNELS];
|
||||
|
||||
static struct vpe_notifications notify;
|
||||
static int sp_stopping = 0;
|
||||
static int sp_stopping;
|
||||
|
||||
extern void *vpe_get_shared(int index);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue