fsl-mc: add helper macro to determine if a device is of fsl_mc type
authorNipun Gupta <nipun.gupta@nxp.com>
Wed, 29 Jun 2016 17:14:39 +0000 (22:44 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 16:32:26 +0000 (18:32 +0200)
commitdf5e9b5fbc4e68a0f0345fbc0f65e60d7440279f
treefeb9cdbe6b3292d4600ebddac111d6e7ec3d75cd
parent243d38aab204bfd1c33ad6f412b654c9f7eed8cb
fsl-mc: add helper macro to determine if a device is of fsl_mc type

Add a helper macro to return if a device has a bus type of fsl_mc.
This makes the bus driver code more readable and provides a way for
drivers like the SMMU driver to easily check the bus type.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Signed-off-by: Bharat Bhushan <bharat.bhushan@nxp.com>
Acked-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/dprc-driver.c
drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c
drivers/staging/fsl-mc/bus/mc-allocator.c
drivers/staging/fsl-mc/bus/mc-bus.c
drivers/staging/fsl-mc/include/mc.h