diff --git a/include/param.h b/include/param.h index 21f4f7d..3a585cd 100644 --- a/include/param.h +++ b/include/param.h @@ -58,7 +58,7 @@ static inline int dev_add_param(struct device_d *dev, char *name, int (*set)(struct device_d *dev, struct param_d *p, const char *val), - char *(*get)(struct device_d *, struct param_d *p), + const char *(*get)(struct device_d *, struct param_d *p), unsigned long flags) { return 0;