]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/sibyte/common/sb_tbprof.c
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux...
[karo-tx-linux.git] / arch / mips / sibyte / common / sb_tbprof.c
index d4ed7a9156f59d847985909de7fe64f788664921..87ccdb4b5ac911a0448293bd8ee168c521fc6848 100644 (file)
@@ -43,7 +43,7 @@
 #include <asm/sibyte/sb1250_scd.h>
 #include <asm/sibyte/sb1250_int.h>
 #else
-#error invalid SiByte UART configuation
+#error invalid SiByte UART configuration
 #endif
 
 #if defined(CONFIG_SIBYTE_BCM1x55) || defined(CONFIG_SIBYTE_BCM1x80)
@@ -545,6 +545,7 @@ static const struct file_operations sbprof_tb_fops = {
        .unlocked_ioctl = sbprof_tb_ioctl,
        .compat_ioctl   = sbprof_tb_ioctl,
        .mmap           = NULL,
+       .llseek         = default_llseek,
 };
 
 static struct class *tb_class;