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:
Stefan Reinauer
2010-03-16 23:33:29 +00:00
committed by Stefan Reinauer
parent 859e94a304
commit 8e96ba2978
35 changed files with 67 additions and 67 deletions

View File

@@ -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,