summaryrefslogtreecommitdiff
path: root/src/dev/pcidev.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/pcidev.hh')
-rw-r--r--src/dev/pcidev.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/pcidev.hh b/src/dev/pcidev.hh
index a08092689..6c72d1b15 100644
--- a/src/dev/pcidev.hh
+++ b/src/dev/pcidev.hh
@@ -222,7 +222,7 @@ class PciDev : public DmaDevice
* config file object PCIConfigData and registers the device with
* a PciConfigAll object.
*/
- PciDev(Params *params);
+ PciDev(const Params *params);
virtual void init();