···2828 */29293030static unsigned int ks0108_port = CONFIG_KS0108_PORT;3131-module_param(ks0108_port, uint, S_IRUGO);3131+module_param(ks0108_port, uint, 0444);3232MODULE_PARM_DESC(ks0108_port, "Parallel port where the LCD is connected");33333434static unsigned int ks0108_delay = CONFIG_KS0108_DELAY;3535-module_param(ks0108_delay, uint, S_IRUGO);3535+module_param(ks0108_delay, uint, 0444);3636MODULE_PARM_DESC(ks0108_delay, "Delay between each control writing (microseconds)");37373838/*