X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fmisc%2Fphantom.c;h=90a95ce8dc344953365cc1ec3d5eafc58e02a490;hb=02bdf5b48a2cd90a5d036eab68e6f65adb200140;hp=fa57b67593ae5b884c42a9ae7e7704084c905004;hpb=33dbe6114047496a5b6fee0941c52dad41250043;p=mv-sheeva.git diff --git a/drivers/misc/phantom.c b/drivers/misc/phantom.c index fa57b67593a..90a95ce8dc3 100644 --- a/drivers/misc/phantom.c +++ b/drivers/misc/phantom.c @@ -271,7 +271,7 @@ static unsigned int phantom_poll(struct file *file, poll_table *wait) return mask; } -static struct file_operations phantom_file_ops = { +static const struct file_operations phantom_file_ops = { .open = phantom_open, .release = phantom_release, .unlocked_ioctl = phantom_ioctl,