[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / stallion.c
index ed7b8eaf0367416c0675d93832a52b9469531196..3beb2203d24be21375175daf23021bbdd8e6daae 100644 (file)
@@ -707,7 +707,7 @@ static unsigned int sc26198_baudtable[] = {
  *     Define the driver info for a user level control device. Used mainly
  *     to get at port stats - only not using the port device itself.
  */
-static struct file_operations  stl_fsiomem = {
+static const struct file_operations    stl_fsiomem = {
        .owner          = THIS_MODULE,
        .ioctl          = stl_memioctl,
 };
This page took 0.025309 seconds and 5 git commands to generate.