NFC: nfcwilink: Drop a useless static qualifier
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 13 Oct 2015 06:31:04 +0000 (08:31 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 19 Oct 2015 18:06:13 +0000 (20:06 +0200)
commitb43ef78145b10a3fb81a59596d562f21d9bab8d2
treee56a407903f16f69e2e602ae7a313531ce2bac27
parent7cf6d08cafd67a34d0d78cd15baf64e214e050cb
NFC: nfcwilink: Drop a useless static qualifier

There is no need to have the 'struct nfcwilink *drv' variable static in the
probe function.
It only wastes a few bytes of memory.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/nfcwilink.c