[PATCH] mark struct file_operations const 5
[deliverable/linux.git] / drivers / misc / hdpuftrs / hdpu_cpustate.c
index 11a801be71c88f9b39cd04c41336fdf1c25d6ee0..ca86f113f36af4a5494e6256d6ae70de71e9eeaf 100644 (file)
@@ -169,7 +169,7 @@ static struct platform_driver hdpu_cpustate_driver = {
 /*
  *     The various file operations we support.
  */
-static struct file_operations cpustate_fops = {
+static const struct file_operations cpustate_fops = {
       owner:THIS_MODULE,
       open:cpustate_open,
       release:cpustate_release,
This page took 0.024907 seconds and 5 git commands to generate.