pci drivers should be const.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5229 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
859e94a304
commit
8e96ba2978
@@ -1204,7 +1204,7 @@ initialize and operate the device:
|
||||
.init = lsi_scsi_init,
|
||||
.scan_bus = 0,
|
||||
};
|
||||
static struct pci_driver lsi_scsi_driver __pci_driver = {
|
||||
static const struct pci_driver lsi_scsi_driver __pci_driver = {
|
||||
.ops = &lsi_scsi_ops,
|
||||
.vendor = 0xXXXX,
|
||||
.device = 0xXXXX,
|
||||
|
Reference in New Issue
Block a user