]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/bsr.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / char / bsr.c
index f6094ae0ef334f622ec80f48bd559cae243ebcae..140ea10ecb886e276c8a6ba53d112cdf06d96499 100644 (file)
@@ -140,7 +140,7 @@ static int bsr_open(struct inode * inode, struct file * filp)
        return 0;
 }
 
-const static struct file_operations bsr_fops = {
+static const struct file_operations bsr_fops = {
        .owner = THIS_MODULE,
        .mmap  = bsr_mmap,
        .open  = bsr_open,