]> git.hungrycats.org Git - linux/commitdiff
[PATCH] fix wrong return type on parisc eisa_eeprom_llseek
authorDave Jones <davej@codemonkey.org.uk>
Mon, 24 Mar 2003 00:50:53 +0000 (16:50 -0800)
committerDave Jones <davej@codemonkey.org.uk>
Mon, 24 Mar 2003 00:50:53 +0000 (16:50 -0800)
drivers/parisc/eisa_eeprom.c

index f8d2a036bfd4003a076b4b2a9605cf50b880111d..35bfe159428e676cd4a58683729a330f30b66d39 100644 (file)
@@ -12,7 +12,7 @@
 
 static unsigned long eeprom_addr;
 
-static long long eisa_eeprom_llseek(struct file *file, loff_t offset, int origin )
+static loff_t eisa_eeprom_llseek(struct file *file, loff_t offset, int origin )
 {
        switch (origin) {
          case 0: