diff options
| author | Al Viro <viro@ZenIV.linux.org.uk> | 2012-03-18 20:01:09 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-19 19:20:37 -0400 |
| commit | bf362f750bea1372aff3b5c405b50560a1b28981 (patch) | |
| tree | abd00c8eede4e3b32f5e1ef0f14f2668fcd02a2a /arch/alpha/include/asm/machvec.h | |
| parent | adfe39cd9195c35811e062578c4107db49d75436 (diff) | |
constify struct pci_dev * in obvious cases
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/alpha/include/asm/machvec.h')
| -rw-r--r-- | arch/alpha/include/asm/machvec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/machvec.h b/arch/alpha/include/asm/machvec.h index 13cd4274381..72dbf235927 100644 --- a/arch/alpha/include/asm/machvec.h +++ b/arch/alpha/include/asm/machvec.h | |||
| @@ -90,7 +90,7 @@ struct alpha_machine_vector | |||
| 90 | void (*kill_arch)(int); | 90 | void (*kill_arch)(int); |
| 91 | 91 | ||
| 92 | u8 (*pci_swizzle)(struct pci_dev *, u8 *); | 92 | u8 (*pci_swizzle)(struct pci_dev *, u8 *); |
| 93 | int (*pci_map_irq)(struct pci_dev *, u8, u8); | 93 | int (*pci_map_irq)(const struct pci_dev *, u8, u8); |
| 94 | struct pci_ops *pci_ops; | 94 | struct pci_ops *pci_ops; |
| 95 | 95 | ||
| 96 | struct _alpha_agp_info *(*agp_info)(void); | 96 | struct _alpha_agp_info *(*agp_info)(void); |
