diff options
Diffstat (limited to 'arch/powerpc/sysdev/fsl_msi.h')
-rw-r--r-- | arch/powerpc/sysdev/fsl_msi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_msi.h b/arch/powerpc/sysdev/fsl_msi.h index 1313abbc5200..b5d25ba51311 100644 --- a/arch/powerpc/sysdev/fsl_msi.h +++ b/arch/powerpc/sysdev/fsl_msi.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #ifndef _POWERPC_SYSDEV_FSL_MSI_H | 13 | #ifndef _POWERPC_SYSDEV_FSL_MSI_H |
14 | #define _POWERPC_SYSDEV_FSL_MSI_H | 14 | #define _POWERPC_SYSDEV_FSL_MSI_H |
15 | 15 | ||
16 | #include <linux/of.h> | ||
16 | #include <asm/msi_bitmap.h> | 17 | #include <asm/msi_bitmap.h> |
17 | 18 | ||
18 | #define NR_MSI_REG 8 | 19 | #define NR_MSI_REG 8 |
@@ -36,6 +37,8 @@ struct fsl_msi { | |||
36 | struct msi_bitmap bitmap; | 37 | struct msi_bitmap bitmap; |
37 | 38 | ||
38 | struct list_head list; /* support multiple MSI banks */ | 39 | struct list_head list; /* support multiple MSI banks */ |
40 | |||
41 | phandle phandle; | ||
39 | }; | 42 | }; |
40 | 43 | ||
41 | #endif /* _POWERPC_SYSDEV_FSL_MSI_H */ | 44 | #endif /* _POWERPC_SYSDEV_FSL_MSI_H */ |