|
@@ -16,10 +16,10 @@
|
|
|
#include <asm/pbm.h>
|
|
|
|
|
|
struct linux_pcic {
|
|
|
- void * __iomem pcic_regs;
|
|
|
+ void __iomem *pcic_regs;
|
|
|
unsigned long pcic_io;
|
|
|
- void * __iomem pcic_config_space_addr;
|
|
|
- void * __iomem pcic_config_space_data;
|
|
|
+ void __iomem *pcic_config_space_addr;
|
|
|
+ void __iomem *pcic_config_space_data;
|
|
|
struct resource pcic_res_regs;
|
|
|
struct resource pcic_res_io;
|
|
|
struct resource pcic_res_cfg_addr;
|