pinctrl: broxton: Get rid of unneeded ->probe() stub
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 4 Oct 2018 15:15:54 +0000 (18:15 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 8 Nov 2018 15:16:39 +0000 (17:16 +0200)
commitbdc2bc72b687a900309db18f39191f4ca7efd137
treed7e13423f9d22795e48f7aad4da13776416490e0
parent883a60dfdac7c4b3c435dd1d90b87a5512c8a352
pinctrl: broxton: Get rid of unneeded ->probe() stub

The local ->probe() stub does nothing except calling
a generic Intel pin control probe function. Thus,
it's not needed and generic function may be called directly.

Convert the driver accordingly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pinctrl/intel/pinctrl-broxton.c