staging: fsl-mc: add support for device table matching
authorStuart Yoder <stuart.yoder@nxp.com>
Wed, 22 Jun 2016 21:40:45 +0000 (16:40 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jun 2016 00:14:03 +0000 (17:14 -0700)
commit0afef45654ae908536278ecb143ded5bbc713391
tree8f1ce0a2ad4a69fdd08426c6cf861b4c6adbc8c7
parent57538afb42e492eb6984f89663361bcfd80d9745
staging: fsl-mc: add support for device table matching

Move the definition of fsl_mc_device_id to its proper location in
mod_devicetable.h, and add fsl-mc bus support to devicetable-offsets.c
and file2alias.c to enable device table matching.  With this patch udev
based module loading of fsl-mc drivers is supported.

Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/include/mc.h
include/linux/mod_devicetable.h
scripts/mod/devicetable-offsets.c
scripts/mod/file2alias.c