Staging: otus: removes global variable initialization to 0 in wwrap.c

This is a patch to the wwrap.c file that removes the initialization
of global variable 'smp_kevent_Lock' to 0

Signed-off-by: Prashant P. Shah <pshah.mumbai@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Prashant P. Shah 2010-09-07 18:44:50 +05:30 committed by Greg Kroah-Hartman
parent 0f0800f17a
commit 675d6409ae
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ u32_t zfwReadReg(zdev_t *dev, u32_t offset)
#define KEVENT_WATCHDOG 0x00000001
u32_t smp_kevent_Lock = 0;
u32_t smp_kevent_Lock;
void kevent(struct work_struct *work)
{