X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=blobdiff_plain;f=drivers%2Fchar%2Fwatchdog%2Fpnx4008_wdt.c;h=5991add702b00e32efaf83711ebdb2a60dc8b832;hp=0e3d589d6332316b84d57cb80ce7376f787fb0aa;hb=58a3bb59973e33a428d72fa530a3d1d81feb0e8f;hpb=88d5a7bb75b5e8f600e79b16abaf008c7fdfd27d diff --git a/drivers/char/watchdog/pnx4008_wdt.c b/drivers/char/watchdog/pnx4008_wdt.c index 0e3d589d633..5991add702b 100644 --- a/drivers/char/watchdog/pnx4008_wdt.c +++ b/drivers/char/watchdog/pnx4008_wdt.c @@ -238,7 +238,7 @@ static int pnx4008_wdt_release(struct inode *inode, struct file *file) return 0; } -static struct file_operations pnx4008_wdt_fops = { +static const struct file_operations pnx4008_wdt_fops = { .owner = THIS_MODULE, .llseek = no_llseek, .write = pnx4008_wdt_write,