summaryrefslogtreecommitdiffstats
path: root/cpukit/libdrvmgr/drvmgr_drvinf.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libdrvmgr/drvmgr_drvinf.c')
-rw-r--r--cpukit/libdrvmgr/drvmgr_drvinf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libdrvmgr/drvmgr_drvinf.c b/cpukit/libdrvmgr/drvmgr_drvinf.c
index 5bb6e6edbf..346a66fef9 100644
--- a/cpukit/libdrvmgr/drvmgr_drvinf.c
+++ b/cpukit/libdrvmgr/drvmgr_drvinf.c
@@ -142,7 +142,7 @@ int drvmgr_interrupt_mask(
int drvmgr_interrupt_set_affinity(
struct drvmgr_dev *dev,
int index,
- Processor_mask cpus)
+ const Processor_mask *cpus)
{
if (!dev || !dev->parent || !dev->parent->ops->int_set_affinity)
return -1;