[PATCH] make more file_operation structs static
[linux-2.6-block.git] / drivers / char / mwave / mwavedd.c
index d3ba2f860ef02626a2d73c5f222a16051d5bab7f..39a2e661ff550e1ba50848539940c3a0e1e439b6 100644 (file)
@@ -454,7 +454,7 @@ static int register_serial_portandirq(unsigned int port, int irq)
 }
 
 
-static struct file_operations mwave_fops = {
+static const struct file_operations mwave_fops = {
        .owner          = THIS_MODULE,
        .read           = mwave_read,
        .write          = mwave_write,