diff options
Diffstat (limited to 'arch/sparc/kernel/pci_impl.h')
| -rw-r--r-- | arch/sparc/kernel/pci_impl.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/pci_impl.h b/arch/sparc/kernel/pci_impl.h index 918a2031c8b..5f688531f48 100644 --- a/arch/sparc/kernel/pci_impl.h +++ b/arch/sparc/kernel/pci_impl.h @@ -88,7 +88,7 @@ struct pci_pbm_info {  	int				chip_revision;  	/* Name used for top-level resources. */ -	char				*name; +	const char			*name;  	/* OBP specific information. */  	struct platform_device		*op;  |