commit | b43ef78145b10a3fb81a59596d562f21d9bab8d2 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Tue Oct 13 08:31:04 2015 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Oct 19 20:06:13 2015 +0200 |
tree | e56a407903f16f69e2e602ae7a313531ce2bac27 | |
parent | 7cf6d08cafd67a34d0d78cd15baf64e214e050cb [diff] |
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>