NFC: fdp: Convert I2C driver to ->probe_new()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 19 Jun 2017 10:08:49 +0000 (13:08 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 22 Jun 2017 21:51:44 +0000 (23:51 +0200)
commit8597c0920d6f4af66d2100b93599b0c0850dffdd
tree75700eb6acb5c81b262f8a7299036a1448726f9d
parentd31748be2ba37b29bc051f1b5ce2f30294db2cc1
NFC: fdp: Convert I2C driver to ->probe_new()

There is no platform code that uses i2c module table.
Remove it altogether and adjust ->probe() to be ->probe_new().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/fdp/i2c.c