|
@@ -1580,7 +1580,7 @@ static int cs4297a_ioctl_mixdev(struct inode *inode, struct file *file,
|
|
// ******************************************************************************************
|
|
// ******************************************************************************************
|
|
// Mixer file operations struct.
|
|
// Mixer file operations struct.
|
|
// ******************************************************************************************
|
|
// ******************************************************************************************
|
|
-static /*const */ struct file_operations cs4297a_mixer_fops = {
|
|
|
|
|
|
+static const struct file_operations cs4297a_mixer_fops = {
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
.llseek = no_llseek,
|
|
.llseek = no_llseek,
|
|
.ioctl = cs4297a_ioctl_mixdev,
|
|
.ioctl = cs4297a_ioctl_mixdev,
|
|
@@ -2491,7 +2491,7 @@ static int cs4297a_open(struct inode *inode, struct file *file)
|
|
// ******************************************************************************************
|
|
// ******************************************************************************************
|
|
// Wave (audio) file operations struct.
|
|
// Wave (audio) file operations struct.
|
|
// ******************************************************************************************
|
|
// ******************************************************************************************
|
|
-static /*const */ struct file_operations cs4297a_audio_fops = {
|
|
|
|
|
|
+static const struct file_operations cs4297a_audio_fops = {
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
.llseek = no_llseek,
|
|
.llseek = no_llseek,
|
|
.read = cs4297a_read,
|
|
.read = cs4297a_read,
|