X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=drivers%2Fhwmon%2Ffschmd.c;h=2a7a85a6dc360e9615725fc7be5c25b0f845799c;hp=ea955edde87e5127fc4c7f57d7d0c0b51ed3b1e4;hb=828c09509b9695271bcbdc53e9fc9a6a737148d2;hpb=1c4115e595dec42aa0e81ba47ef46e35b34ed428 diff --git a/drivers/hwmon/fschmd.c b/drivers/hwmon/fschmd.c index ea955ed..2a7a85a 100644 --- a/drivers/hwmon/fschmd.c +++ b/drivers/hwmon/fschmd.c @@ -915,7 +915,7 @@ static int watchdog_ioctl(struct inode *inode, struct file *filp, return ret; } -static struct file_operations watchdog_fops = { +static const struct file_operations watchdog_fops = { .owner = THIS_MODULE, .llseek = no_llseek, .open = watchdog_open,