From: Arnd Bergmann Date: Tue, 6 Jul 2010 17:16:33 +0000 (+0200) Subject: arm/omap: use generic_file_llseek in iommu_debug X-Git-Tag: v2.6.37-rc1~173^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0b0aca0e0e8c479c43c1e126cddc5fc82b2803a;p=pandora-kernel.git arm/omap: use generic_file_llseek in iommu_debug In future kernels, debugfs files need to specify the llseek operation explicitly to allow seeking. This sets the llseek operation in the omap iommu debugfs files to generic_file_llseek, which is appropriate for files using simple_read_from_buffer. Signed-off-by: Arnd Bergmann Cc: Tony Lindgren Cc: linux-omap@vger.kernel.org --- Reading git-diff-tree failed