msm: qdsp5v2: Use IORESOURCE_IRQ to retrieve interrupt number
Moved platform device for ADSP to target specific devices file.
Add the interrupt value in adsp_info structure. Now IRQ resources
can be fetched run-time at probe function. No need to maintain
hardcoded macro values within the driver.
Change-Id: Id15704a4ff3c9acc1e321e59ff307f9ad8196dfa
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c
index 260c880..9f7104f 100644
--- a/arch/arm/mach-msm/board-msm7x30.c
+++ b/arch/arm/mach-msm/board-msm7x30.c
@@ -5236,7 +5236,8 @@
&msm_batt_device,
&msm_adc_device,
&msm_ebi0_thermal,
- &msm_ebi1_thermal
+ &msm_ebi1_thermal,
+ &msm_adsp_device
};
static struct msm_gpio msm_i2c_gpios_hw[] = {