diff options
Diffstat (limited to 'include/asm-powerpc/ps3.h')
-rw-r--r-- | include/asm-powerpc/ps3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-powerpc/ps3.h b/include/asm-powerpc/ps3.h index f577a16c6728..4ff07dbe8169 100644 --- a/include/asm-powerpc/ps3.h +++ b/include/asm-powerpc/ps3.h | |||
@@ -344,8 +344,8 @@ struct ps3_system_bus_device { | |||
344 | enum ps3_match_id match_id; | 344 | enum ps3_match_id match_id; |
345 | enum ps3_system_bus_device_type dev_type; | 345 | enum ps3_system_bus_device_type dev_type; |
346 | 346 | ||
347 | unsigned int bus_id; /* SB */ | 347 | u64 bus_id; /* SB */ |
348 | unsigned int dev_id; /* SB */ | 348 | u64 dev_id; /* SB */ |
349 | unsigned int interrupt_id; /* SB */ | 349 | unsigned int interrupt_id; /* SB */ |
350 | struct ps3_dma_region *d_region; /* SB, IOC0 */ | 350 | struct ps3_dma_region *d_region; /* SB, IOC0 */ |
351 | struct ps3_mmio_region *m_region; /* SB, IOC0*/ | 351 | struct ps3_mmio_region *m_region; /* SB, IOC0*/ |