X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fmedia%2Fradio%2Fradio-typhoon.c;h=3031fef178cb491d8ab7f02bc9df062e50d3b863;hb=f68d9320cd06fdec19735143b42e5197b63165b4;hp=4a72b4d4e62a70b7c174e6cdac0252f96d84e33a;hpb=63c422afe3739b68bec0b5c42807d1450c951caf;p=powerpc.git diff --git a/drivers/media/radio/radio-typhoon.c b/drivers/media/radio/radio-typhoon.c index 4a72b4d4e6..3031fef178 100644 --- a/drivers/media/radio/radio-typhoon.c +++ b/drivers/media/radio/radio-typhoon.c @@ -318,7 +318,7 @@ static struct typhoon_device typhoon_unit = .mutefreq = CONFIG_RADIO_TYPHOON_MUTEFREQ, }; -static struct file_operations typhoon_fops = { +static const struct file_operations typhoon_fops = { .owner = THIS_MODULE, .open = video_exclusive_open, .release = video_exclusive_release,