X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fblackfin%2Fmach-bf561%2Fcoreb.c;h=78ecb50bafc8653049ee563118ae8e48cdad1c49;hb=57c155d51e2f3d7411eeac5e7fd7634d2d1f6b4f;hp=6197902474995c20bd700bb9dba0b6d2e13181db;hpb=39c999697bf43a97b877fa43cbc9c2a4d1a3a461;p=mv-sheeva.git diff --git a/arch/blackfin/mach-bf561/coreb.c b/arch/blackfin/mach-bf561/coreb.c index 61979024749..78ecb50bafc 100644 --- a/arch/blackfin/mach-bf561/coreb.c +++ b/arch/blackfin/mach-bf561/coreb.c @@ -51,6 +51,7 @@ coreb_ioctl(struct file *file, unsigned int cmd, unsigned long arg) static const struct file_operations coreb_fops = { .owner = THIS_MODULE, .unlocked_ioctl = coreb_ioctl, + .llseek = noop_llseek, }; static struct miscdevice coreb_dev = {