To modify Ixia port numbers and IP in pod.yaml
[kvmfornfv.git] / kernel / drivers / ide / ide.c
index e29b02c..f086ef3 100644 (file)
@@ -199,7 +199,7 @@ static int ide_set_dev_param_mask(const char *s, const struct kernel_param *kp)
        return 0;
 }
 
-static struct kernel_param_ops param_ops_ide_dev_mask = {
+static const struct kernel_param_ops param_ops_ide_dev_mask = {
        .set = ide_set_dev_param_mask
 };