commit | c0b0aca0e0e8c479c43c1e126cddc5fc82b2803a | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jul 06 19:16:33 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Sep 16 10:33:11 2010 +0200 |
tree | 8eda714bc35740c57ee0da5382c27efe3e02854b | |
parent | 05271ec424d526968d75b4dd9860f8078bcff0a6 [diff] |
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 <arnd@arndb.de> Cc: Tony Lindgren <tony@atomide.com> Cc: linux-omap@vger.kernel.org