arm/omap: use generic_file_llseek in iommu_debug
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Jul 2010 17:16:33 +0000 (19:16 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 16 Sep 2010 08:33:11 +0000 (10:33 +0200)
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 <arnd@arndb.de>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org

No differences found