]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/msnd_pinnacle.c
regression: disable timer peek-ahead for 2.6.28
[linux-2.6-omap-h63xx.git] / sound / oss / msnd_pinnacle.c
index 24110d63b136803e1d9ac9a2942b213e068a066e..bf27e008f465f29aed345549b583c3e7dcb75213 100644 (file)
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: msnd_pinnacle.c,v 1.8 2000/12/30 00:33:21 sycamore Exp $
- *
  * 12-3-2000  Modified IO port validation  Steve Sycamore
  *
- *
- * $$$: msnd_pinnacle.c,v 1.75 1999/03/21 16:50:09 andrewtv $$$ $
- *
  ********************************************************************/
 
 #include <linux/kernel.h>
@@ -1106,7 +1101,7 @@ static irqreturn_t intr(int irq, void *dev_id)
        return IRQ_HANDLED;
 }
 
-static struct file_operations dev_fileops = {
+static const struct file_operations dev_fileops = {
        .owner          = THIS_MODULE,
        .read           = dev_read,
        .write          = dev_write,