From 86b82baa2822138000bf877161c068e7d59eb6e8 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Tue, 6 Jul 2010 19:16:33 +0200 Subject: [PATCH] --- yaml --- r: 212974 b: refs/heads/master c: c0b0aca0e0e8c479c43c1e126cddc5fc82b2803a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-omap/iommu-debug.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ad3025d1674e..6b57ba198622 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 05271ec424d526968d75b4dd9860f8078bcff0a6 +refs/heads/master: c0b0aca0e0e8c479c43c1e126cddc5fc82b2803a diff --git a/trunk/arch/arm/plat-omap/iommu-debug.c b/trunk/arch/arm/plat-omap/iommu-debug.c index e6c0d536899c..f07cf2f08e09 100644 --- a/trunk/arch/arm/plat-omap/iommu-debug.c +++ b/trunk/arch/arm/plat-omap/iommu-debug.c @@ -328,12 +328,14 @@ static int debug_open_generic(struct inode *inode, struct file *file) .open = debug_open_generic, \ .read = debug_read_##name, \ .write = debug_write_##name, \ + .llseek = generic_file_llseek, \ }; #define DEBUG_FOPS_RO(name) \ static const struct file_operations debug_##name##_fops = { \ .open = debug_open_generic, \ .read = debug_read_##name, \ + .llseek = generic_file_llseek, \ }; DEBUG_FOPS_RO(ver);